Html Css Color HEX #065422 Crusoe

📋 copy color: '#065422'

red 6 ◦ green 84 ◦ blue 34

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

Shades of Crusoe #065422

Tints of Crusoe #065422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 67.74%

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

R = 4.84%
G = 67.74%
B = 27.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#065422 (or 0x065422) is known color: Crusoe. HEX triplet: 06, 54 and 22. RGB value is (6,84,34). Sum of RGB (Red+Green+Blue) = 6+84+34=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 84 (33.20% from 255 or 67.74% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 84 - color contains mainly: green. Hex color #065422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065422 is #F9ABDD. Grayscale: #373737. Windows color (decimal): -16362462 or 2249734. OLE color: 2249734.

HSL color Cylindrical-coordinate representation of color #065422: hue angle of 141.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065422 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 34 -
CMYK 0.93 0 0.60 0.67
HSL 141.54º 0.87% 0.18% -
HSV(B) 141.54º 0.93% 0.33% -
XYZ 3.53 6.49 2.58 -
YUV 54.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 6 84 34 0.93 0 0.60 0.67 141.54 0.87 0.18
Hex 6 54 22 5D 0 3C 43 8E 57 12
Octal 6 124 42 135 0 74 103 216 127 22
Binary 110 1010100 100010 1011101 0 111100 1000011 10001110 1010111 10010

Color Harmonies of #065422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065422

Black with #065422

Text Example


Text Example

White with #065422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065422; }

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

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

background-color css

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

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

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

border-color css

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

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

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