Html Css Color HEX #065930 Crusoe

📋 copy color: '#065930'

red 6 ◦ green 89 ◦ blue 48

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

Shades of Crusoe #065930

Tints of Crusoe #065930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 33.57%

R = 4.2%
G = 62.24%
B = 33.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.65

RGB Variations

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

Color information

#065930 (or 0x065930) is known color: Crusoe. HEX triplet: 06, 59 and 30. RGB value is (6,89,48). Sum of RGB (Red+Green+Blue) = 6+89+48=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 89 (35.16% from 255 or 62.24% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 89 - color contains mainly: green. Hex color #065930 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065930 is #F9A6CF. Grayscale: #3B3B3B. Windows color (decimal): -16361168 or 3168518. OLE color: 3168518.

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

Color convert

RGB 6 89 48 -
CMYK 0.93 0 0.46 0.65
HSL 150.36º 0.87% 0.19% -
HSV(B) 150.36º 0.93% 0.35% -
XYZ 4.18 7.4 4 -
YUV 59.51 121.5 89.83 -
System Red Green Blue C M Y K H S L
Decimal 6 89 48 0.93 0 0.46 0.65 150.36 0.87 0.19
Hex 6 59 30 5D 0 2E 41 96 57 13
Octal 6 131 60 135 0 56 101 226 127 23
Binary 110 1011001 110000 1011101 0 101110 1000001 10010110 1010111 10011

Color Harmonies of #065930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065930

Black with #065930

Text Example


Text Example

White with #065930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065930; }

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

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

background-color css

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

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

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

border-color css

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

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

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