Html Css Color HEX #526825 Green Leaf

📋 copy color: '#526825'

red 82 ◦ green 104 ◦ blue 37

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

Shades of Green Leaf #526825

Tints of Green Leaf #526825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.59%

R = 36.77%
G = 46.64%
B = 16.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#526825 (or 0x526825) is known color: Green Leaf. HEX triplet: 52, 68 and 25. RGB value is (82,104,37). Sum of RGB (Red+Green+Blue) = 82+104+37=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 104 - color contains mainly: green. Hex color #526825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526825 is #AD97DA. Grayscale: #5A5A5A. Windows color (decimal): -11376603 or 2451538. OLE color: 2451538.

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

Color convert

RGB 82 104 37 -
CMYK 0.21 0 0.64 0.59
HSL 79.7º 0.48% 0.28% -
HSV(B) 79.7º 0.64% 0.41% -
XYZ 8.76 11.83 3.57 -
YUV 89.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 82 104 37 0.21 0 0.64 0.59 79.7 0.48 0.28
Hex 52 68 25 15 0 40 3B 50 30 1C
Octal 122 150 45 25 0 100 73 120 60 34
Binary 1010010 1101000 100101 10101 0 1000000 111011 1010000 110000 11100

Color Harmonies of #526825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526825

Black with #526825

Text Example


Text Example

White with #526825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526825; }

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

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

background-color css

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

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

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

border-color css

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

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

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