#126623

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

Shades of Crusoe #126623

Tints of Crusoe #126623

Color information

#126623 (or 0x126623) is unknown color: approx Crusoe. HEX triplet: 12, 66 and 23. RGB value is (18,102,35). Sum of RGB (Red+Green+Blue) = 18+102+35=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 102 (40.23% from 255 or 65.81% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 102 - color contains mainly: green. Hex color #126623 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126623 is #ED99DC. Grayscale: #454545. Windows color (decimal): -15571421 or 2319890. OLE color: 2319890.

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

Color convert

RGB1810235-
CMYK0.8200.660.6
HSL132.14º70%23.53%-
HSV(B)132.14º82.35%40%-
XYZ5.39.753.19-
YUV69.25108.6791.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 102 (40.23% from 255) = 65.81%
BLUE value IS 35 (14.06% from 255) = 22.58%
R=11.61%
G=65.81%
B=22.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102350.8200.660.6132.147023.53
Hex126623520423C844618
Octal221464312201027420410630
Binary10010110011010001110100100100001011110010000100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126623; }

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

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

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

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

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

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

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

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