Html Css Color HEX #526B1D Green Leaf

📋 copy color: '#526B1D'

red 82 ◦ green 107 ◦ blue 29

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

Shades of Green Leaf #526B1D

Tints of Green Leaf #526B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 37.61%
G = 49.08%
B = 13.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#526B1D (or 0x526B1D) is known color: Green Leaf. HEX triplet: 52, 6B and 1D. RGB value is (82,107,29). Sum of RGB (Red+Green+Blue) = 82+107+29=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 107 (42.19% from 255 or 49.08% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 107 - color contains mainly: green. Hex color #526B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B1D is #AD94E2. Grayscale: #5A5A5A. Windows color (decimal): -11375843 or 1928018. OLE color: 1928018.

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

Color convert

RGB 82 107 29 -
CMYK 0.23 0 0.73 0.58
HSL 79.23º 0.57% 0.27% -
HSV(B) 79.23º 0.73% 0.42% -
XYZ 8.96 12.4 3.08 -
YUV 90.63 93.22 121.84 -
System Red Green Blue C M Y K H S L
Decimal 82 107 29 0.23 0 0.73 0.58 79.23 0.57 0.27
Hex 52 6B 1D 17 0 49 3A 4F 39 1B
Octal 122 153 35 27 0 111 72 117 71 33
Binary 1010010 1101011 11101 10111 0 1001001 111010 1001111 111001 11011

Color Harmonies of #526B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B1D

Black with #526B1D

Text Example


Text Example

White with #526B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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