#125231

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

Shades of Crusoe #125231

Tints of Crusoe #125231

Color information

#125231 (or 0x125231) is unknown color: approx Crusoe. HEX triplet: 12, 52 and 31. RGB value is (18,82,49). Sum of RGB (Red+Green+Blue) = 18+82+49=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 82 (32.42% from 255 or 55.03% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 82 - color contains mainly: green. Hex color #125231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125231 is #EDADCE. Grayscale: #3B3B3B. Windows color (decimal): -15576527 or 3232274. OLE color: 3232274.

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

Color convert

RGB188249-
CMYK0.7800.400.68
HSL149.06º64%19.61%-
HSV(B)149.06º78.05%32.16%-
XYZ3.826.383.94-
YUV59.1122.398.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 82 (32.42% from 255) = 55.03%
BLUE value IS 49 (19.53% from 255) = 32.89%
R=12.08%
G=55.03%
B=32.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882490.7800.400.68149.066419.61
Hex1252314E02844954014
Octal221226111605010422510024
Binary10010101001011000110011100101000100010010010101100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125231; }

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

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

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

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

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

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

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

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