#125431

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

Shades of Crusoe #125431

Tints of Crusoe #125431

Color information

#125431 (or 0x125431) is unknown color: approx Crusoe. HEX triplet: 12, 54 and 31. RGB value is (18,84,49). Sum of RGB (Red+Green+Blue) = 18+84+49=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #125431 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125431 is #EDABCE. Grayscale: #3C3C3C. Windows color (decimal): -15576015 or 3232786. OLE color: 3232786.

HSL color Cylindrical-coordinate representation of color #125431: hue angle of 148.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125431 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB188449-
CMYK0.7900.420.67
HSL148.18º64.71%20%-
HSV(B)148.18º78.57%32.94%-
XYZ3.976.693.99-
YUV60.28121.6397.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 84 (33.20% from 255) = 55.63%
BLUE value IS 49 (19.53% from 255) = 32.45%
R=11.92%
G=55.63%
B=32.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884490.7900.420.67148.1864.7120
Hex1254314F02A43944114
Octal221246111705210322410124
Binary10010101010011000110011110101010100001110010100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125431; }

 p { color: rgb(18,84,49); }

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

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

 a { background-color: rgb(18,84,49); }

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

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

 span { border-color: rgb(18,84,49); }

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