#125A1D

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

Shades of Crusoe #125A1D

Tints of Crusoe #125A1D

Color information

#125A1D (or 0x125A1D) is unknown color: approx Crusoe. HEX triplet: 12, 5A and 1D. RGB value is (18,90,29). Sum of RGB (Red+Green+Blue) = 18+90+29=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 90 (35.55% from 255 or 65.69% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 90 - color contains mainly: green. Hex color #125A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A1D is #EDA5E2. Grayscale: #3D3D3D. Windows color (decimal): -15574499 or 1923602. OLE color: 1923602.

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

Color convert

RGB189029-
CMYK0.8000.680.65
HSL129.17º66.67%21.18%-
HSV(B)129.17º80%35.29%-
XYZ4.137.532.4-
YUV61.52109.6596.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 90 (35.55% from 255) = 65.69%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=13.14%
G=65.69%
B=21.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890290.8000.680.65129.1766.6721.18
Hex125A1D5004441814315
Octal2213235120010410120110325
Binary10010101101011101101000001000100100000110000001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,90,29); }

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

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

 a { background-color: rgb(18,90,29); }

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

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

 span { border-color: rgb(18,90,29); }

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