Html Css Color HEX #526F1E Green Leaf

📋 copy color: '#526F1E'

red 82 ◦ green 111 ◦ blue 30

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

Shades of Green Leaf #526F1E

Tints of Green Leaf #526F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.78%

 BLUE value IS 30 (12.11% from 255) = 13.45%

R = 36.77%
G = 49.78%
B = 13.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#526F1E (or 0x526F1E) is known color: Green Leaf. HEX triplet: 52, 6F and 1E. RGB value is (82,111,30). Sum of RGB (Red+Green+Blue) = 82+111+30=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #526F1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F1E is #AD90E1. Grayscale: #5D5D5D. Windows color (decimal): -11374818 or 1994578. OLE color: 1994578.

HSL color Cylindrical-coordinate representation of color #526F1E: hue angle of 81.48º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #526F1E is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 30 -
CMYK 0.26 0 0.73 0.56
HSL 81.48º 0.57% 0.28% -
HSV(B) 81.48º 0.73% 0.44% -
XYZ 9.4 13.26 3.29 -
YUV 93.1 92.39 120.09 -
System Red Green Blue C M Y K H S L
Decimal 82 111 30 0.26 0 0.73 0.56 81.48 0.57 0.28
Hex 52 6F 1E 1A 0 49 38 51 39 1C
Octal 122 157 36 32 0 111 70 121 71 34
Binary 1010010 1101111 11110 11010 0 1001001 111000 1010001 111001 11100

Color Harmonies of #526F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F1E

Black with #526F1E

Text Example


Text Example

White with #526F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,111,30); }

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

background-color css

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

 a { background-color: rgb(82,111,30); }

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

border-color css

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

 span { border-color: rgb(82,111,30); }

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