#056625

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

Shades of Crusoe #056625

Tints of Crusoe #056625

Color information

#056625 (or 0x056625) is unknown color: approx Crusoe. HEX triplet: 05, 66 and 25. RGB value is (5,102,37). Sum of RGB (Red+Green+Blue) = 5+102+37=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 102 (40.23% from 255 or 70.83% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 102 - color contains mainly: green. Hex color #056625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056625 is #FA99DA. Grayscale: #414141. Windows color (decimal): -16423387 or 2450949. OLE color: 2450949.

HSL color Cylindrical-coordinate representation of color #056625: hue angle of 139.79º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056625 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB510237-
CMYK0.9500.640.6
HSL139.79º90.65%20.98%-
HSV(B)139.79º95.1%40%-
XYZ5.159.673.35-
YUV65.59111.8684.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 102 (40.23% from 255) = 70.83%
BLUE value IS 37 (14.84% from 255) = 25.69%
R=3.47%
G=70.83%
B=25.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102370.9500.640.6139.7990.6520.98
Hex566255F0403C8c5b15
Octal51464513701007421413325
Binary101110011010010110111110100000011110010001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056625; }

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

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

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

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

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

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

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

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