Html Css Color HEX #526F1F Green Leaf

📋 copy color: '#526F1F'

red 82 ◦ green 111 ◦ blue 31

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

Shades of Green Leaf #526F1F

Tints of Green Leaf #526F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.84%

R = 36.61%
G = 49.55%
B = 13.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#526F1F (or 0x526F1F) is known color: Green Leaf. HEX triplet: 52, 6F and 1F. RGB value is (82,111,31). Sum of RGB (Red+Green+Blue) = 82+111+31=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #526F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F1F is #AD90E0. Grayscale: #5D5D5D. Windows color (decimal): -11374817 or 2060114. OLE color: 2060114.

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

Color convert

RGB 82 111 31 -
CMYK 0.26 0 0.72 0.56
HSL 81.75º 0.56% 0.28% -
HSV(B) 81.75º 0.72% 0.44% -
XYZ 9.41 13.26 3.36 -
YUV 93.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 82 111 31 0.26 0 0.72 0.56 81.75 0.56 0.28
Hex 52 6F 1F 1A 0 48 38 52 38 1C
Octal 122 157 37 32 0 110 70 122 70 34
Binary 1010010 1101111 11111 11010 0 1001000 111000 1010010 111000 11100

Color Harmonies of #526F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F1F

Black with #526F1F

Text Example


Text Example

White with #526F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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