Html Css Color HEX #526C1D Green Leaf

📋 copy color: '#526C1D'

red 82 ◦ green 108 ◦ blue 29

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

Shades of Green Leaf #526C1D

Tints of Green Leaf #526C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.32%

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

R = 37.44%
G = 49.32%
B = 13.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#526C1D (or 0x526C1D) is known color: Green Leaf. HEX triplet: 52, 6C and 1D. RGB value is (82,108,29). Sum of RGB (Red+Green+Blue) = 82+108+29=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #526C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C1D is #AD93E2. Grayscale: #5B5B5B. Windows color (decimal): -11375587 or 1928274. OLE color: 1928274.

HSL color Cylindrical-coordinate representation of color #526C1D: hue angle of 79.75º degrees, saturation: 0.58, 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 #526C1D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 29 -
CMYK 0.24 0 0.73 0.58
HSL 79.75º 0.58% 0.27% -
HSV(B) 79.75º 0.73% 0.42% -
XYZ 9.06 12.61 3.12 -
YUV 91.22 92.89 121.42 -
System Red Green Blue C M Y K H S L
Decimal 82 108 29 0.24 0 0.73 0.58 79.75 0.58 0.27
Hex 52 6C 1D 18 0 49 3A 50 3A 1B
Octal 122 154 35 30 0 111 72 120 72 33
Binary 1010010 1101100 11101 11000 0 1001001 111010 1010000 111010 11011

Color Harmonies of #526C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C1D

Black with #526C1D

Text Example


Text Example

White with #526C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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