#125129

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

Shades of Crusoe #125129

Tints of Crusoe #125129

Color information

#125129 (or 0x125129) is unknown color: approx Crusoe. HEX triplet: 12, 51 and 29. RGB value is (18,81,41). Sum of RGB (Red+Green+Blue) = 18+81+41=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #125129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125129 is #EDAED6. Grayscale: #393939. Windows color (decimal): -15576791 or 2707730. OLE color: 2707730.

HSL color Cylindrical-coordinate representation of color #125129: hue angle of 141.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125129 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB188141-
CMYK0.7800.490.68
HSL141.9º63.64%19.41%-
HSV(B)141.9º77.78%31.76%-
XYZ3.596.173.1-
YUV57.6118.6399.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 81 (32.03% from 255) = 57.86%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=12.86%
G=57.86%
B=29.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881410.7800.490.68141.963.6419.41
Hex1251294E031448e4013
Octal221215111606110421610023
Binary10010101000110100110011100110001100010010001110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125129; }

 p { color: rgb(18,81,41); }

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

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

 a { background-color: rgb(18,81,41); }

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

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

 span { border-color: rgb(18,81,41); }

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