Html Css Color HEX #527626 Green Leaf

📋 copy color: '#527626'

red 82 ◦ green 118 ◦ blue 38

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

Shades of Green Leaf #527626

Tints of Green Leaf #527626

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.58%

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

R = 34.45%
G = 49.58%
B = 15.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#527626 (or 0x527626) is known color: Green Leaf. HEX triplet: 52, 76 and 26. RGB value is (82,118,38). Sum of RGB (Red+Green+Blue) = 82+118+38=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #527626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527626 is #AD89D9. Grayscale: #626262. Windows color (decimal): -11373018 or 2520658. OLE color: 2520658.

HSL color Cylindrical-coordinate representation of color #527626: hue angle of 87º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527626 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 118 38 -
CMYK 0.31 0 0.68 0.54
HSL 87º 0.51% 0.31% -
HSV(B) 87º 0.68% 0.46% -
XYZ 10.31 14.89 4.16 -
YUV 98.12 94.07 116.5 -
System Red Green Blue C M Y K H S L
Decimal 82 118 38 0.31 0 0.68 0.54 87 0.51 0.31
Hex 52 76 26 1F 0 44 36 57 33 1F
Octal 122 166 46 37 0 104 66 127 63 37
Binary 1010010 1110110 100110 11111 0 1000100 110110 1010111 110011 11111

Color Harmonies of #527626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527626

Black with #527626

Text Example


Text Example

White with #527626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527626; }

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

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

background-color css

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

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

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

border-color css

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

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

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