Html Css Color HEX #527A26 Green Leaf

📋 copy color: '#527A26'

red 82 ◦ green 122 ◦ blue 38

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

Shades of Green Leaf #527A26

Tints of Green Leaf #527A26

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.41%

 BLUE value IS 38 (15.23% from 255) = 15.7%

R = 33.88%
G = 50.41%
B = 15.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.52

RGB Variations

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

Color information

#527A26 (or 0x527A26) is known color: Green Leaf. HEX triplet: 52, 7A and 26. RGB value is (82,122,38). Sum of RGB (Red+Green+Blue) = 82+122+38=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 122 (48.05% from 255 or 50.41% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 122 - color contains mainly: green. Hex color #527A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527A26 is #AD85D9. Grayscale: #646464. Windows color (decimal): -11371994 or 2521682. OLE color: 2521682.

HSL color Cylindrical-coordinate representation of color #527A26: hue angle of 88.57º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #527A26 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.52.

Color convert

RGB 82 122 38 -
CMYK 0.33 0 0.69 0.52
HSL 88.57º 0.53% 0.31% -
HSV(B) 88.57º 0.69% 0.48% -
XYZ 10.79 15.85 4.32 -
YUV 100.46 92.75 114.83 -
System Red Green Blue C M Y K H S L
Decimal 82 122 38 0.33 0 0.69 0.52 88.57 0.53 0.31
Hex 52 7A 26 21 0 45 34 59 34 1F
Octal 122 172 46 41 0 105 64 131 64 37
Binary 1010010 1111010 100110 100001 0 1000101 110100 1011001 110100 11111

Color Harmonies of #527A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A26

Black with #527A26

Text Example


Text Example

White with #527A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527A26; }

 p { color: rgb(82,122,38); }

 H1.HeaderClassName
 {
   color: #527A26;
 }
 .AnyTagClassName
 {
   color: #527A26;
 }
</style>

background-color css

<style>
 a { background-color: #527A26; }

 a { background-color: rgb(82,122,38); }

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

border-color css

<style>
 span { border-color: #527A26; }

 span { border-color: rgb(82,122,38); }

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