#125331

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

Shades of Crusoe #125331

Tints of Crusoe #125331

Color information

#125331 (or 0x125331) is unknown color: approx Crusoe. HEX triplet: 12, 53 and 31. RGB value is (18,83,49). Sum of RGB (Red+Green+Blue) = 18+83+49=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 83 (32.81% from 255 or 55.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 83 - color contains mainly: green. Hex color #125331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125331 is #EDACCE. Grayscale: #3B3B3B. Windows color (decimal): -15576271 or 3232530. OLE color: 3232530.

HSL color Cylindrical-coordinate representation of color #125331: hue angle of 148.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125331 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB188349-
CMYK0.7800.410.67
HSL148.62º64.36%19.8%-
HSV(B)148.62º78.31%32.55%-
XYZ3.96.543.96-
YUV59.69121.9798.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 83 (32.81% from 255) = 55.33%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=12%
G=55.33%
B=32.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883490.7800.410.67148.6264.3619.8
Hex1253314E02943954014
Octal221236111605110322510024
Binary10010101001111000110011100101001100001110010101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125331; }

 p { color: rgb(18,83,49); }

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

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

 a { background-color: rgb(18,83,49); }

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

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

 span { border-color: rgb(18,83,49); }

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