#125433

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

Shades of Crusoe #125433

Tints of Crusoe #125433

Color information

#125433 (or 0x125433) is unknown color: approx Crusoe. HEX triplet: 12, 54 and 33. RGB value is (18,84,51). Sum of RGB (Red+Green+Blue) = 18+84+51=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #125433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125433 is #EDABCC. Grayscale: #3C3C3C. Windows color (decimal): -15576013 or 3363858. OLE color: 3363858.

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

Color convert

RGB188451-
CMYK0.7900.390.67
HSL150º64.71%20%-
HSV(B)150º78.57%32.94%-
XYZ4.026.714.22-
YUV60.5122.6397.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 84 (33.20% from 255) = 54.90%
BLUE value IS 51 (20.31% from 255) = 33.33%
R=11.76%
G=54.90%
B=33.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884510.7900.390.6715064.7120
Hex1254334F02743964114
Octal221246311704710322610124
Binary10010101010011001110011110100111100001110010110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125433; }

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

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

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

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

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

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

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

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