Html Css Color HEX #084F32 Zuccini

📋 copy color: '#084F32'

red 8 ◦ green 79 ◦ blue 50

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

Shades of Zuccini #084F32

Tints of Zuccini #084F32

RGB

 RED value IS 8 (3.52% from 255) = 5.84%

 GREEN value IS 79 (31.25% from 255) = 57.66%

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

R = 5.84%
G = 57.66%
B = 36.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#084F32 (or 0x084F32) is known color: Zuccini. HEX triplet: 08, 4F and 32. RGB value is (8,79,50). Sum of RGB (Red+Green+Blue) = 8+79+50=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #084F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #084F32 is #F7B0CD. Grayscale: #363636. Windows color (decimal): -16232654 or 3297032. OLE color: 3297032.

HSL color Cylindrical-coordinate representation of color #084F32: hue angle of 155.49º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #084F32 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 79 50 -
CMYK 0.90 0 0.37 0.69
HSL 155.49º 0.82% 0.17% -
HSV(B) 155.49º 0.9% 0.31% -
XYZ 3.47 5.87 3.97 -
YUV 54.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 8 79 50 0.90 0 0.37 0.69 155.49 0.82 0.17
Hex 8 4F 32 5A 0 25 45 9B 52 11
Octal 10 117 62 132 0 45 105 233 122 21
Binary 1000 1001111 110010 1011010 0 100101 1000101 10011011 1010010 10001

Color Harmonies of #084F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084F32

Black with #084F32

Text Example


Text Example

White with #084F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084F32; }

 p { color: rgb(8,79,50); }

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

background-color css

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

 a { background-color: rgb(8,79,50); }

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

border-color css

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

 span { border-color: rgb(8,79,50); }

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