#136623

Color #136623 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #136623

Tints of Crusoe #136623

Color information

#136623 (or 0x136623) is unknown color: approx Crusoe. HEX triplet: 13, 66 and 23. RGB value is (19,102,35). Sum of RGB (Red+Green+Blue) = 19+102+35=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 102 (40.23% from 255 or 65.38% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 102 - color contains mainly: green. Hex color #136623 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136623 is #EC99DC. Grayscale: #454545. Windows color (decimal): -15505885 or 2319891. OLE color: 2319891.

HSL color Cylindrical-coordinate representation of color #136623: hue angle of 131.57º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136623 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB1910235-
CMYK0.8100.660.6
HSL131.57º68.6%23.73%-
HSV(B)131.57º81.37%40%-
XYZ5.329.763.19-
YUV69.54108.591.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 102 (40.23% from 255) = 65.38%
BLUE value IS 35 (14.06% from 255) = 22.44%
R=12.18%
G=65.38%
B=22.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102350.8100.660.6131.5768.623.73
Hex136623510423C844518
Octal231464312101027420410530
Binary10011110011010001110100010100001011110010000100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136623; }

 p { color: rgb(19,102,35); }

 H1.HeaderClassName
 {
   color: #136623;
 }
 .AnyTagClassName
 {
   color: #136623;
 }
</style>
background-color css

<style>
 a { background-color: #136623; }

 a { background-color: rgb(19,102,35); }

 div.DivClassName
 {
   background-color: #136623;
 }
 .BgClassName
 {
   background-color: #136623;
 }
</style>
border-color css

<style>
 span { border-color: #136623; }

 span { border-color: rgb(19,102,35); }

 td.TdClassName
 {
   border-color: #136623;
 }
 .TagClassName
 {
   border-color: #136623;
 }
</style>