Html Css Color HEX #065932 Crusoe

📋 copy color: '#065932'

red 6 ◦ green 89 ◦ blue 50

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

Shades of Crusoe #065932

Tints of Crusoe #065932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 61.38%

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

R = 4.14%
G = 61.38%
B = 34.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#065932 (or 0x065932) is known color: Crusoe. HEX triplet: 06, 59 and 32. RGB value is (6,89,50). Sum of RGB (Red+Green+Blue) = 6+89+50=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #065932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065932 is #F9A6CD. Grayscale: #3B3B3B. Windows color (decimal): -16361166 or 3299590. OLE color: 3299590.

HSL color Cylindrical-coordinate representation of color #065932: hue angle of 151.81º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065932 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 89 50 -
CMYK 0.93 0 0.44 0.65
HSL 151.81º 0.87% 0.19% -
HSV(B) 151.81º 0.93% 0.35% -
XYZ 4.22 7.41 4.23 -
YUV 59.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 6 89 50 0.93 0 0.44 0.65 151.81 0.87 0.19
Hex 6 59 32 5D 0 2C 41 98 57 13
Octal 6 131 62 135 0 54 101 230 127 23
Binary 110 1011001 110010 1011101 0 101100 1000001 10011000 1010111 10011

Color Harmonies of #065932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065932

Black with #065932

Text Example


Text Example

White with #065932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065932; }

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

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

background-color css

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

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

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

border-color css

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

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

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