Html Css Color HEX #526830 Green Leaf

📋 copy color: '#526830'

red 82 ◦ green 104 ◦ blue 48

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

Shades of Green Leaf #526830

Tints of Green Leaf #526830

RGB

 RED value IS 82 (32.42% from 255) = 35.04%

 GREEN value IS 104 (41.02% from 255) = 44.44%

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

R = 35.04%
G = 44.44%
B = 20.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#526830 (or 0x526830) is known color: Green Leaf. HEX triplet: 52, 68 and 30. RGB value is (82,104,48). Sum of RGB (Red+Green+Blue) = 82+104+48=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #526830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526830 is #AD97CF. Grayscale: #5B5B5B. Windows color (decimal): -11376592 or 3172434. OLE color: 3172434.

HSL color Cylindrical-coordinate representation of color #526830: hue angle of 83.57º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #526830 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 48 -
CMYK 0.21 0 0.54 0.59
HSL 83.57º 0.37% 0.3% -
HSV(B) 83.57º 0.54% 0.41% -
XYZ 8.96 11.91 4.62 -
YUV 91.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 82 104 48 0.21 0 0.54 0.59 83.57 0.37 0.3
Hex 52 68 30 15 0 36 3B 54 25 1E
Octal 122 150 60 25 0 66 73 124 45 36
Binary 1010010 1101000 110000 10101 0 110110 111011 1010100 100101 11110

Color Harmonies of #526830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526830

Black with #526830

Text Example


Text Example

White with #526830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526830; }

 p { color: rgb(82,104,48); }

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

background-color css

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

 a { background-color: rgb(82,104,48); }

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

border-color css

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

 span { border-color: rgb(82,104,48); }

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