Html Css Color HEX #06562C Crusoe

📋 copy color: '#06562C'

red 6 ◦ green 86 ◦ blue 44

#06562C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #06562C

Tints of Crusoe #06562C

RGB

 RED value IS 6 (2.73% from 255) = 4.41%

 GREEN value IS 86 (33.98% from 255) = 63.24%

 BLUE value IS 44 (17.58% from 255) = 32.35%

R = 4.41%
G = 63.24%
B = 32.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#06562C (or 0x06562C) is known color: Crusoe. HEX triplet: 06, 56 and 2C. RGB value is (6,86,44). Sum of RGB (Red+Green+Blue) = 6+86+44=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #06562C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06562C is #F9A9D3. Grayscale: #393939. Windows color (decimal): -16361940 or 2905606. OLE color: 2905606.

HSL color Cylindrical-coordinate representation of color #06562C: hue angle of 148.5º 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 #06562C is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 86 44 -
CMYK 0.93 0 0.49 0.66
HSL 148.5º 0.87% 0.18% -
HSV(B) 148.5º 0.93% 0.34% -
XYZ 3.86 6.88 3.51 -
YUV 57.29 120.5 91.42 -
System Red Green Blue C M Y K H S L
Decimal 6 86 44 0.93 0 0.49 0.66 148.5 0.87 0.18
Hex 6 56 2C 5D 0 31 42 94 57 12
Octal 6 126 54 135 0 61 102 224 127 22
Binary 110 1010110 101100 1011101 0 110001 1000010 10010100 1010111 10010

Color Harmonies of #06562C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06562C

Black with #06562C

Text Example


Text Example

White with #06562C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06562C; }

 p { color: rgb(6,86,44); }

 H1.HeaderClassName
 {
   color: #06562C;
 }
 .AnyTagClassName
 {
   color: #06562C;
 }
</style>

background-color css

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

 a { background-color: rgb(6,86,44); }

 div.DivClassName
 {
   background-color: #06562C;
 }
 .BgClassName
 {
   background-color: #06562C;
 }
</style>

border-color css

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

 span { border-color: rgb(6,86,44); }

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