Html Css Color HEX #527B2E Green Leaf

📋 copy color: '#527B2E'

red 82 ◦ green 123 ◦ blue 46

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

Shades of Green Leaf #527B2E

Tints of Green Leaf #527B2E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49%

 BLUE value IS 46 (18.36% from 255) = 18.33%

R = 32.67%
G = 49%
B = 18.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.52

RGB Variations

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

Color information

#527B2E (or 0x527B2E) is known color: Green Leaf. HEX triplet: 52, 7B and 2E. RGB value is (82,123,46). Sum of RGB (Red+Green+Blue) = 82+123+46=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #527B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527B2E is #AD84D1. Grayscale: #666666. Windows color (decimal): -11371730 or 3046226. OLE color: 3046226.

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

Color convert

RGB 82 123 46 -
CMYK 0.33 0 0.63 0.52
HSL 91.95º 0.46% 0.33% -
HSV(B) 91.95º 0.63% 0.48% -
XYZ 11.06 16.16 5.12 -
YUV 101.96 96.42 113.76 -
System Red Green Blue C M Y K H S L
Decimal 82 123 46 0.33 0 0.63 0.52 91.95 0.46 0.33
Hex 52 7B 2E 21 0 3F 34 5C 2E 21
Octal 122 173 56 41 0 77 64 134 56 41
Binary 1010010 1111011 101110 100001 0 111111 110100 1011100 101110 100001

Color Harmonies of #527B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527B2E

Black with #527B2E

Text Example


Text Example

White with #527B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,123,46); }

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

background-color css

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

 a { background-color: rgb(82,123,46); }

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

border-color css

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

 span { border-color: rgb(82,123,46); }

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