#126019

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

Shades of Crusoe #126019

Tints of Crusoe #126019

Color information

#126019 (or 0x126019) is unknown color: approx Crusoe. HEX triplet: 12, 60 and 19. RGB value is (18,96,25). Sum of RGB (Red+Green+Blue) = 18+96+25=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #126019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126019 is #ED9FE6. Grayscale: #404040. Windows color (decimal): -15572967 or 1662994. OLE color: 1662994.

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

Color convert

RGB189625-
CMYK0.8100.740.62
HSL125.38º68.42%22.35%-
HSV(B)125.38º81.25%37.65%-
XYZ4.618.562.33-
YUV64.58105.6694.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 96 (37.89% from 255) = 69.06%
BLUE value IS 25 (10.16% from 255) = 17.99%
R=12.95%
G=69.06%
B=17.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896250.8100.740.62125.3868.4222.35
Hex1260195104A3E7d4416
Octal221403112101127617510426
Binary100101100000110011010001010010101111101111101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126019; }

 p { color: rgb(18,96,25); }

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

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

 a { background-color: rgb(18,96,25); }

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

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

 span { border-color: rgb(18,96,25); }

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