Html Css Color HEX #065532 Crusoe

📋 copy color: '#065532'

red 6 ◦ green 85 ◦ blue 50

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

Shades of Crusoe #065532

Tints of Crusoe #065532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.46%

R = 4.26%
G = 60.28%
B = 35.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#065532 (or 0x065532) is known color: Crusoe. HEX triplet: 06, 55 and 32. RGB value is (6,85,50). Sum of RGB (Red+Green+Blue) = 6+85+50=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #065532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065532 is #F9AACD. Grayscale: #393939. Windows color (decimal): -16362190 or 3298566. OLE color: 3298566.

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

Color convert

RGB 6 85 50 -
CMYK 0.93 0 0.41 0.67
HSL 153.42º 0.87% 0.18% -
HSV(B) 153.42º 0.93% 0.33% -
XYZ 3.9 6.77 4.12 -
YUV 57.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 6 85 50 0.93 0 0.41 0.67 153.42 0.87 0.18
Hex 6 55 32 5D 0 29 43 99 57 12
Octal 6 125 62 135 0 51 103 231 127 22
Binary 110 1010101 110010 1011101 0 101001 1000011 10011001 1010111 10010

Color Harmonies of #065532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065532

Black with #065532

Text Example


Text Example

White with #065532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065532; }

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

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

background-color css

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

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

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

border-color css

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

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

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