#125632

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

Shades of Crusoe #125632

Tints of Crusoe #125632

Color information

#125632 (or 0x125632) is unknown color: approx Crusoe. HEX triplet: 12, 56 and 32. RGB value is (18,86,50). Sum of RGB (Red+Green+Blue) = 18+86+50=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #125632 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125632 is #EDA9CD. Grayscale: #3D3D3D. Windows color (decimal): -15575502 or 3298834. OLE color: 3298834.

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

Color convert

RGB188650-
CMYK0.7900.420.66
HSL148.24º65.38%20.39%-
HSV(B)148.24º79.07%33.73%-
XYZ4.157.014.15-
YUV61.56121.4796.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 86 (33.98% from 255) = 55.84%
BLUE value IS 50 (19.92% from 255) = 32.47%
R=11.69%
G=55.84%
B=32.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1886500.7900.420.66148.2465.3820.39
Hex1256324F02A42944114
Octal221266211705210222410124
Binary10010101011011001010011110101010100001010010100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125632; }

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

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

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

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

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

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

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

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