#126128

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

Shades of Crusoe #126128

Tints of Crusoe #126128

Color information

#126128 (or 0x126128) is unknown color: approx Crusoe. HEX triplet: 12, 61 and 28. RGB value is (18,97,40). Sum of RGB (Red+Green+Blue) = 18+97+40=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 97 (38.28% from 255 or 62.58% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 97 - color contains mainly: green. Hex color #126128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126128 is #ED9ED7. Grayscale: #434343. Windows color (decimal): -15572696 or 2646290. OLE color: 2646290.

HSL color Cylindrical-coordinate representation of color #126128: hue angle of 136.71º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126128 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB189740-
CMYK0.8100.590.62
HSL136.71º68.7%22.55%-
HSV(B)136.71º81.44%38.04%-
XYZ4.918.833.45-
YUV66.88112.8393.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.61%
GREEN value IS 97 (38.28% from 255) = 62.58%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=11.61%
G=62.58%
B=25.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897400.8100.590.62136.7168.722.55
Hex1261285103B3E894517
Octal22141501210737621110527
Binary1001011000011010001010001011101111111010001001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126128; }

 p { color: rgb(18,97,40); }

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

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

 a { background-color: rgb(18,97,40); }

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

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

 span { border-color: rgb(18,97,40); }

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