#125432

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

Shades of Crusoe #125432

Tints of Crusoe #125432

Color information

#125432 (or 0x125432) is unknown color: approx Crusoe. HEX triplet: 12, 54 and 32. RGB value is (18,84,50). Sum of RGB (Red+Green+Blue) = 18+84+50=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #125432 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125432 is #EDABCD. Grayscale: #3C3C3C. Windows color (decimal): -15576014 or 3298322. OLE color: 3298322.

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

Color convert

RGB188450-
CMYK0.7900.400.67
HSL149.09º64.71%20%-
HSV(B)149.09º78.57%32.94%-
XYZ46.74.1-
YUV60.39122.1397.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.84%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=11.84%
G=55.26%
B=32.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1884500.7900.400.67149.0964.7120
Hex1254324F02843954114
Octal221246211705010322510124
Binary10010101010011001010011110101000100001110010101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125432; }

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

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

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

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

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

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

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

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