Html Css Color HEX #526930 Green Leaf

📋 copy color: '#526930'

red 82 ◦ green 105 ◦ blue 48

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

Shades of Green Leaf #526930

Tints of Green Leaf #526930

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.68%

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

R = 34.89%
G = 44.68%
B = 20.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#526930 (or 0x526930) is known color: Green Leaf. HEX triplet: 52, 69 and 30. RGB value is (82,105,48). Sum of RGB (Red+Green+Blue) = 82+105+48=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #526930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526930 is #AD96CF. Grayscale: #5B5B5B. Windows color (decimal): -11376336 or 3172690. OLE color: 3172690.

HSL color Cylindrical-coordinate representation of color #526930: hue angle of 84.21º 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 #526930 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 48 -
CMYK 0.22 0 0.54 0.59
HSL 84.21º 0.37% 0.3% -
HSV(B) 84.21º 0.54% 0.41% -
XYZ 9.06 12.11 4.66 -
YUV 91.63 103.38 121.13 -
System Red Green Blue C M Y K H S L
Decimal 82 105 48 0.22 0 0.54 0.59 84.21 0.37 0.3
Hex 52 69 30 16 0 36 3B 54 25 1E
Octal 122 151 60 26 0 66 73 124 45 36
Binary 1010010 1101001 110000 10110 0 110110 111011 1010100 100101 11110

Color Harmonies of #526930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526930

Black with #526930

Text Example


Text Example

White with #526930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526930; }

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

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

background-color css

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

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

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

border-color css

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

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

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