#126621

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

Shades of Crusoe #126621

Tints of Crusoe #126621

Color information

#126621 (or 0x126621) is unknown color: approx Crusoe. HEX triplet: 12, 66 and 21. RGB value is (18,102,33). Sum of RGB (Red+Green+Blue) = 18+102+33=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #126621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126621 is #ED99DE. Grayscale: #454545. Windows color (decimal): -15571423 or 2188818. OLE color: 2188818.

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

Color convert

RGB1810233-
CMYK0.8200.680.6
HSL130.71º70%23.53%-
HSV(B)130.71º82.35%40%-
XYZ5.289.743.04-
YUV69.02107.6791.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 102 (40.23% from 255) = 66.67%
BLUE value IS 33 (13.28% from 255) = 21.57%
R=11.76%
G=66.67%
B=21.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102330.8200.680.6130.717023.53
Hex126621520443C834618
Octal221464112201047420310630
Binary10010110011010000110100100100010011110010000011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126621; }

 p { color: rgb(18,102,33); }

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

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

 a { background-color: rgb(18,102,33); }

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

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

 span { border-color: rgb(18,102,33); }

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