#125225

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

Shades of Crusoe #125225

Tints of Crusoe #125225

Color information

#125225 (or 0x125225) is unknown color: approx Crusoe. HEX triplet: 12, 52 and 25. RGB value is (18,82,37). Sum of RGB (Red+Green+Blue) = 18+82+37=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 37 (14.84% from 255 or 27.01% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #125225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125225 is #EDADDA. Grayscale: #393939. Windows color (decimal): -15576539 or 2445842. OLE color: 2445842.

HSL color Cylindrical-coordinate representation of color #125225: hue angle of 137.81º 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 #125225 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB188237-
CMYK0.7800.550.68
HSL137.81º64%19.61%-
HSV(B)137.81º78.05%32.16%-
XYZ3.66.32.78-
YUV57.73116.399.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.14%
GREEN value IS 82 (32.42% from 255) = 59.85%
BLUE value IS 37 (14.84% from 255) = 27.01%
R=13.14%
G=59.85%
B=27.01%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1882370.7800.550.68137.816419.61
Hex1252254E037448a4014
Octal221224511606710421210024
Binary10010101001010010110011100110111100010010001010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125225; }

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

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

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

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

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

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

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

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