Html Css Color HEX #526B22 Green Leaf

📋 copy color: '#526B22'

red 82 ◦ green 107 ◦ blue 34

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

Shades of Green Leaf #526B22

Tints of Green Leaf #526B22

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.98%

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 36.77%
G = 47.98%
B = 15.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#526B22 (or 0x526B22) is known color: Green Leaf. HEX triplet: 52, 6B and 22. RGB value is (82,107,34). Sum of RGB (Red+Green+Blue) = 82+107+34=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 107 (42.19% from 255 or 47.98% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 107 - color contains mainly: green. Hex color #526B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B22 is #AD94DD. Grayscale: #5B5B5B. Windows color (decimal): -11375838 or 2255698. OLE color: 2255698.

HSL color Cylindrical-coordinate representation of color #526B22: hue angle of 80.55º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #526B22 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 107 34 -
CMYK 0.23 0 0.68 0.58
HSL 80.55º 0.52% 0.28% -
HSV(B) 80.55º 0.68% 0.42% -
XYZ 9.03 12.42 3.44 -
YUV 91.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 82 107 34 0.23 0 0.68 0.58 80.55 0.52 0.28
Hex 52 6B 22 17 0 44 3A 51 34 1C
Octal 122 153 42 27 0 104 72 121 64 34
Binary 1010010 1101011 100010 10111 0 1000100 111010 1010001 110100 11100

Color Harmonies of #526B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B22

Black with #526B22

Text Example


Text Example

White with #526B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526B22; }

 p { color: rgb(82,107,34); }

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

background-color css

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

 a { background-color: rgb(82,107,34); }

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

border-color css

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

 span { border-color: rgb(82,107,34); }

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