#125933

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

Shades of Crusoe #125933

Tints of Crusoe #125933

Color information

#125933 (or 0x125933) is unknown color: approx Crusoe. HEX triplet: 12, 59 and 33. RGB value is (18,89,51). Sum of RGB (Red+Green+Blue) = 18+89+51=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 51 (20.31% from 255 or 32.28% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #125933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125933 is #EDA6CC. Grayscale: #3F3F3F. Windows color (decimal): -15574733 or 3365138. OLE color: 3365138.

HSL color Cylindrical-coordinate representation of color #125933: hue angle of 147.89º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125933 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB188951-
CMYK0.8000.430.65
HSL147.89º66.36%20.98%-
HSV(B)147.89º79.78%34.9%-
XYZ4.427.514.35-
YUV63.44120.9895.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 89 (35.16% from 255) = 56.33%
BLUE value IS 51 (20.31% from 255) = 32.28%
R=11.39%
G=56.33%
B=32.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889510.8000.430.65147.8966.3620.98
Hex1259335002B41944215
Octal221316312005310122410225
Binary10010101100111001110100000101011100000110010100100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125933; }

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

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

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

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

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

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

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

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