Html Css Color HEX #526C1A Green Leaf

📋 copy color: '#526C1A'

red 82 ◦ green 108 ◦ blue 26

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

Shades of Green Leaf #526C1A

Tints of Green Leaf #526C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 37.96%
G = 50%
B = 12.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#526C1A (or 0x526C1A) is known color: Green Leaf. HEX triplet: 52, 6C and 1A. RGB value is (82,108,26). Sum of RGB (Red+Green+Blue) = 82+108+26=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #526C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C1A is #AD93E5. Grayscale: #5B5B5B. Windows color (decimal): -11375590 or 1731666. OLE color: 1731666.

HSL color Cylindrical-coordinate representation of color #526C1A: hue angle of 79.02º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #526C1A is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 26 -
CMYK 0.24 0 0.76 0.58
HSL 79.02º 0.61% 0.26% -
HSV(B) 79.02º 0.76% 0.42% -
XYZ 9.03 12.59 2.93 -
YUV 90.88 91.39 121.67 -
System Red Green Blue C M Y K H S L
Decimal 82 108 26 0.24 0 0.76 0.58 79.02 0.61 0.26
Hex 52 6C 1A 18 0 4C 3A 4F 3D 1A
Octal 122 154 32 30 0 114 72 117 75 32
Binary 1010010 1101100 11010 11000 0 1001100 111010 1001111 111101 11010

Color Harmonies of #526C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C1A

Black with #526C1A

Text Example


Text Example

White with #526C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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