#125B1C

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

Shades of Crusoe #125B1C

Tints of Crusoe #125B1C

Color information

#125B1C (or 0x125B1C) is unknown color: approx Crusoe. HEX triplet: 12, 5B and 1C. RGB value is (18,91,28). Sum of RGB (Red+Green+Blue) = 18+91+28=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 91 (35.94% from 255 or 66.42% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 91 - color contains mainly: green. Hex color #125B1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B1C is #EDA4E3. Grayscale: #3E3E3E. Windows color (decimal): -15574244 or 1858322. OLE color: 1858322.

HSL color Cylindrical-coordinate representation of color #125B1C: hue angle of 128.22º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B1C is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB189128-
CMYK0.8000.690.64
HSL128.22º66.97%21.37%-
HSV(B)128.22º80.22%35.69%-
XYZ4.27.692.36-
YUV61.99108.8296.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 91 (35.94% from 255) = 66.42%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=13.14%
G=66.42%
B=20.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891280.8000.690.64128.2266.9721.37
Hex125B1C5004540804315
Octal2213334120010510020010325
Binary10010101101111100101000001000101100000010000000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B1C; }

 p { color: rgb(18,91,28); }

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

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

 a { background-color: rgb(18,91,28); }

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

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

 span { border-color: rgb(18,91,28); }

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