Html Css Color HEX #526B27 Green Leaf

📋 copy color: '#526B27'

red 82 ◦ green 107 ◦ blue 39

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

Shades of Green Leaf #526B27

Tints of Green Leaf #526B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.11%

R = 35.96%
G = 46.93%
B = 17.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#526B27 (or 0x526B27) is known color: Green Leaf. HEX triplet: 52, 6B and 27. RGB value is (82,107,39). Sum of RGB (Red+Green+Blue) = 82+107+39=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 107 - color contains mainly: green. Hex color #526B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B27 is #AD94D8. Grayscale: #5C5C5C. Windows color (decimal): -11375833 or 2583378. OLE color: 2583378.

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

Color convert

RGB 82 107 39 -
CMYK 0.23 0 0.64 0.58
HSL 82.06º 0.47% 0.29% -
HSV(B) 82.06º 0.64% 0.42% -
XYZ 9.1 12.46 3.84 -
YUV 91.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 82 107 39 0.23 0 0.64 0.58 82.06 0.47 0.29
Hex 52 6B 27 17 0 40 3A 52 2F 1D
Octal 122 153 47 27 0 100 72 122 57 35
Binary 1010010 1101011 100111 10111 0 1000000 111010 1010010 101111 11101

Color Harmonies of #526B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B27

Black with #526B27

Text Example


Text Example

White with #526B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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