Html Css Color HEX #08522F Zuccini

📋 copy color: '#08522F'

red 8 ◦ green 82 ◦ blue 47

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

Shades of Zuccini #08522F

Tints of Zuccini #08522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 59.85%

 BLUE value IS 47 (18.75% from 255) = 34.31%

R = 5.84%
G = 59.85%
B = 34.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#08522F (or 0x08522F) is known color: Zuccini. HEX triplet: 08, 52 and 2F. RGB value is (8,82,47). Sum of RGB (Red+Green+Blue) = 8+82+47=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #08522F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08522F is #F7ADD0. Grayscale: #373737. Windows color (decimal): -16231889 or 3101192. OLE color: 3101192.

HSL color Cylindrical-coordinate representation of color #08522F: hue angle of 151.62º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08522F is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 82 47 -
CMYK 0.90 0 0.43 0.68
HSL 151.62º 0.82% 0.18% -
HSV(B) 151.62º 0.9% 0.32% -
XYZ 3.63 6.29 3.71 -
YUV 55.88 122.98 93.85 -
System Red Green Blue C M Y K H S L
Decimal 8 82 47 0.90 0 0.43 0.68 151.62 0.82 0.18
Hex 8 52 2F 5A 0 2B 44 98 52 12
Octal 10 122 57 132 0 53 104 230 122 22
Binary 1000 1010010 101111 1011010 0 101011 1000100 10011000 1010010 10010

Color Harmonies of #08522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08522F

Black with #08522F

Text Example


Text Example

White with #08522F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08522F; }

 p { color: rgb(8,82,47); }

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

background-color css

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

 a { background-color: rgb(8,82,47); }

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

border-color css

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

 span { border-color: rgb(8,82,47); }

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