#136023

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

Shades of Crusoe #136023

Tints of Crusoe #136023

Color information

#136023 (or 0x136023) is unknown color: approx Crusoe. HEX triplet: 13, 60 and 23. RGB value is (19,96,35). Sum of RGB (Red+Green+Blue) = 19+96+35=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #136023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136023 is #EC9FDC. Grayscale: #424242. Windows color (decimal): -15507421 or 2318355. OLE color: 2318355.

HSL color Cylindrical-coordinate representation of color #136023: hue angle of 132.47º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136023 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB199635-
CMYK0.8000.640.62
HSL132.47º66.96%22.55%-
HSV(B)132.47º80.21%37.65%-
XYZ4.758.633-
YUV66.02110.4994.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 96 (37.89% from 255) = 64%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=12.67%
G=64%
B=23.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996350.8000.640.62132.4766.9622.55
Hex136023500403E844317
Octal231404312001007620410327
Binary10011110000010001110100000100000011111010000100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136023; }

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

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

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

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

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

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

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

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