#136626

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

Shades of Crusoe #136626

Tints of Crusoe #136626

Color information

#136626 (or 0x136626) is unknown color: approx Crusoe. HEX triplet: 13, 66 and 26. RGB value is (19,102,38). Sum of RGB (Red+Green+Blue) = 19+102+38=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 102 (40.23% from 255 or 64.15% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 102 - color contains mainly: green. Hex color #136626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136626 is #EC99D9. Grayscale: #464646. Windows color (decimal): -15505882 or 2516499. OLE color: 2516499.

HSL color Cylindrical-coordinate representation of color #136626: hue angle of 133.73º 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 #136626 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1910238-
CMYK0.8100.630.6
HSL133.73º68.6%23.73%-
HSV(B)133.73º81.37%40%-
XYZ5.379.783.44-
YUV69.8911091.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 102 (40.23% from 255) = 64.15%
BLUE value IS 38 (15.23% from 255) = 23.90%
R=11.95%
G=64.15%
B=23.90%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19102380.8100.630.6133.7368.623.73
Hex1366265103F3C864518
Octal23146461210777420610530
Binary1001111001101001101010001011111111110010000110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136626; }

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

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

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

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

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

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

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

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