#125531

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

Shades of Crusoe #125531

Tints of Crusoe #125531

Color information

#125531 (or 0x125531) is unknown color: approx Crusoe. HEX triplet: 12, 55 and 31. RGB value is (18,85,49). Sum of RGB (Red+Green+Blue) = 18+85+49=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 85 (33.59% from 255 or 55.92% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 85 - color contains mainly: green. Hex color #125531 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125531 is #EDAACE. Grayscale: #3C3C3C. Windows color (decimal): -15575759 or 3233042. OLE color: 3233042.

HSL color Cylindrical-coordinate representation of color #125531: hue angle of 147.76º 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 #125531 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB188549-
CMYK0.7900.420.67
HSL147.76º65.05%20.2%-
HSV(B)147.76º78.82%33.33%-
XYZ4.056.854.01-
YUV60.86121.397.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 85 (33.59% from 255) = 55.92%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=11.84%
G=55.92%
B=32.24%

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
Decimal1885490.7900.420.67147.7665.0520.2
Hex1255314F02A43944114
Octal221256111705210322410124
Binary10010101010111000110011110101010100001110010100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125531; }

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

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

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

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

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

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

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

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