#06571A

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

Shades of Crusoe #06571A

Tints of Crusoe #06571A

Color information

#06571A (or 0x06571A) is unknown color: approx Crusoe. HEX triplet: 06, 57 and 1A. RGB value is (6,87,26). Sum of RGB (Red+Green+Blue) = 6+87+26=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 87 (34.38% from 255 or 73.11% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 87 - color contains mainly: green. Hex color #06571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06571A is #F9A8E5. Grayscale: #373737. Windows color (decimal): -16361702 or 1726214. OLE color: 1726214.

HSL color Cylindrical-coordinate representation of color #06571A: hue angle of 134.81º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06571A is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB68726-
CMYK0.9300.700.66
HSL134.81º87.1%18.24%-
HSV(B)134.81º93.1%34.12%-
XYZ3.676.932.12-
YUV55.83111.1692.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 87 (34.38% from 255) = 73.11%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=5.04%
G=73.11%
B=21.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal687260.9300.700.66134.8187.118.24
Hex6571A5D04642875712
Octal612732135010610220712722
Binary110101011111010101110101000110100001010000111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06571A; }

 p { color: rgb(6,87,26); }

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

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

 a { background-color: rgb(6,87,26); }

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

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

 span { border-color: rgb(6,87,26); }

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