Html Css Color HEX #527426 Green Leaf

📋 copy color: '#527426'

red 82 ◦ green 116 ◦ blue 38

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

Shades of Green Leaf #527426

Tints of Green Leaf #527426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

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

R = 34.75%
G = 49.15%
B = 16.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#527426 (or 0x527426) is known color: Green Leaf. HEX triplet: 52, 74 and 26. RGB value is (82,116,38). Sum of RGB (Red+Green+Blue) = 82+116+38=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #527426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527426 is #AD8BD9. Grayscale: #616161. Windows color (decimal): -11373530 or 2520146. OLE color: 2520146.

HSL color Cylindrical-coordinate representation of color #527426: hue angle of 86.15º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527426 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 38 -
CMYK 0.29 0 0.67 0.55
HSL 86.15º 0.51% 0.3% -
HSV(B) 86.15º 0.67% 0.45% -
XYZ 10.07 14.42 4.09 -
YUV 96.94 94.74 117.34 -
System Red Green Blue C M Y K H S L
Decimal 82 116 38 0.29 0 0.67 0.55 86.15 0.51 0.3
Hex 52 74 26 1D 0 43 37 56 33 1E
Octal 122 164 46 35 0 103 67 126 63 36
Binary 1010010 1110100 100110 11101 0 1000011 110111 1010110 110011 11110

Color Harmonies of #527426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527426

Black with #527426

Text Example


Text Example

White with #527426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527426; }

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

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

background-color css

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

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

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

border-color css

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

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

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