#056225

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

Shades of Crusoe #056225

Tints of Crusoe #056225

Color information

#056225 (or 0x056225) is unknown color: approx Crusoe. HEX triplet: 05, 62 and 25. RGB value is (5,98,37). Sum of RGB (Red+Green+Blue) = 5+98+37=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 98 (38.67% from 255 or 70% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 98 - color contains mainly: green. Hex color #056225 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056225 is #FA9DDA. Grayscale: #3F3F3F. Windows color (decimal): -16424411 or 2449925. OLE color: 2449925.

HSL color Cylindrical-coordinate representation of color #056225: hue angle of 140.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056225 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB59837-
CMYK0.9500.620.62
HSL140.65º90.29%20.2%-
HSV(B)140.65º94.9%38.43%-
XYZ4.768.93.22-
YUV63.24113.1986.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 98 (38.67% from 255) = 70%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=3.57%
G=70%
B=26.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598370.9500.620.62140.6590.2920.2
Hex562255F03E3E8d5a14
Octal5142451370767621513224
Binary10111000101001011011111011111011111010001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056225; }

 p { color: rgb(5,98,37); }

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

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

 a { background-color: rgb(5,98,37); }

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

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

 span { border-color: rgb(5,98,37); }

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