Html Css Color HEX #065521 Crusoe

📋 copy color: '#065521'

red 6 ◦ green 85 ◦ blue 33

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

Shades of Crusoe #065521

Tints of Crusoe #065521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 68.55%

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 4.84%
G = 68.55%
B = 26.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#065521 (or 0x065521) is known color: Crusoe. HEX triplet: 06, 55 and 21. RGB value is (6,85,33). Sum of RGB (Red+Green+Blue) = 6+85+33=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 85 (33.59% from 255 or 68.55% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 85 - color contains mainly: green. Hex color #065521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065521 is #F9AADE. Grayscale: #373737. Windows color (decimal): -16362207 or 2184454. OLE color: 2184454.

HSL color Cylindrical-coordinate representation of color #065521: hue angle of 140.51º 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 #065521 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 33 -
CMYK 0.93 0 0.61 0.67
HSL 140.51º 0.87% 0.18% -
HSV(B) 140.51º 0.93% 0.33% -
XYZ 3.6 6.65 2.53 -
YUV 55.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 6 85 33 0.93 0 0.61 0.67 140.51 0.87 0.18
Hex 6 55 21 5D 0 3D 43 8D 57 12
Octal 6 125 41 135 0 75 103 215 127 22
Binary 110 1010101 100001 1011101 0 111101 1000011 10001101 1010111 10010

Color Harmonies of #065521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065521

Black with #065521

Text Example


Text Example

White with #065521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065521; }

 p { color: rgb(6,85,33); }

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

background-color css

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

 a { background-color: rgb(6,85,33); }

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

border-color css

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

 span { border-color: rgb(6,85,33); }

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