Html Css Color HEX #065933 Crusoe

📋 copy color: '#065933'

red 6 ◦ green 89 ◦ blue 51

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

Shades of Crusoe #065933

Tints of Crusoe #065933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 34.93%

R = 4.11%
G = 60.96%
B = 34.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#065933 (or 0x065933) is known color: Crusoe. HEX triplet: 06, 59 and 33. RGB value is (6,89,51). Sum of RGB (Red+Green+Blue) = 6+89+51=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 89 (35.16% from 255 or 60.96% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 89 - color contains mainly: green. Hex color #065933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065933 is #F9A6CC. Grayscale: #3B3B3B. Windows color (decimal): -16361165 or 3365126. OLE color: 3365126.

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

Color convert

RGB 6 89 51 -
CMYK 0.93 0 0.43 0.65
HSL 152.53º 0.87% 0.19% -
HSV(B) 152.53º 0.93% 0.35% -
XYZ 4.25 7.42 4.34 -
YUV 59.85 123 89.59 -
System Red Green Blue C M Y K H S L
Decimal 6 89 51 0.93 0 0.43 0.65 152.53 0.87 0.19
Hex 6 59 33 5D 0 2B 41 99 57 13
Octal 6 131 63 135 0 53 101 231 127 23
Binary 110 1011001 110011 1011101 0 101011 1000001 10011001 1010111 10011

Color Harmonies of #065933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065933

Black with #065933

Text Example


Text Example

White with #065933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065933; }

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

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

background-color css

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

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

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

border-color css

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

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

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