Html Css Color HEX #065222 Crusoe

📋 copy color: '#065222'

red 6 ◦ green 82 ◦ blue 34

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

Shades of Crusoe #065222

Tints of Crusoe #065222

RGB

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

 GREEN value IS 82 (32.42% from 255) = 67.21%

 BLUE value IS 34 (13.67% from 255) = 27.87%

R = 4.92%
G = 67.21%
B = 27.87%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#065222 (or 0x065222) is known color: Crusoe. HEX triplet: 06, 52 and 22. RGB value is (6,82,34). Sum of RGB (Red+Green+Blue) = 6+82+34=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 82 (32.42% from 255 or 67.21% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 82 - color contains mainly: green. Hex color #065222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065222 is #F9ADDD. Grayscale: #353535. Windows color (decimal): -16362974 or 2249222. OLE color: 2249222.

HSL color Cylindrical-coordinate representation of color #065222: hue angle of 142.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065222 is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 34 -
CMYK 0.93 0 0.59 0.68
HSL 142.11º 0.86% 0.17% -
HSV(B) 142.11º 0.93% 0.32% -
XYZ 3.38 6.19 2.53 -
YUV 53.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 6 82 34 0.93 0 0.59 0.68 142.11 0.86 0.17
Hex 6 52 22 5D 0 3B 44 8E 56 11
Octal 6 122 42 135 0 73 104 216 126 21
Binary 110 1010010 100010 1011101 0 111011 1000100 10001110 1010110 10001

Color Harmonies of #065222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065222

Black with #065222

Text Example


Text Example

White with #065222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065222; }

 p { color: rgb(6,82,34); }

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

background-color css

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

 a { background-color: rgb(6,82,34); }

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

border-color css

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

 span { border-color: rgb(6,82,34); }

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