#125C33

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

Shades of Crusoe #125C33

Tints of Crusoe #125C33

Color information

#125C33 (or 0x125C33) is unknown color: approx Crusoe. HEX triplet: 12, 5C and 33. RGB value is (18,92,51). Sum of RGB (Red+Green+Blue) = 18+92+51=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 92 (36.33% from 255 or 57.14% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 92 - color contains mainly: green. Hex color #125C33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125C33 is #EDA3CC. Grayscale: #414141. Windows color (decimal): -15573965 or 3365906. OLE color: 3365906.

HSL color Cylindrical-coordinate representation of color #125C33: hue angle of 146.76º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125C33 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB189251-
CMYK0.8000.450.64
HSL146.76º67.27%21.57%-
HSV(B)146.76º80.43%36.08%-
XYZ4.678.024.43-
YUV65.2119.9894.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 92 (36.33% from 255) = 57.14%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=11.18%
G=57.14%
B=31.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1892510.8000.450.64146.7667.2721.57
Hex125C335002D40934316
Octal221346312005510022310326
Binary10010101110011001110100000101101100000010010011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125C33; }

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

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

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

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

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

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

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

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