Html Css Color HEX #527E1B Green Leaf

📋 copy color: '#527E1B'

red 82 ◦ green 126 ◦ blue 27

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

Shades of Green Leaf #527E1B

Tints of Green Leaf #527E1B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 53.62%

 BLUE value IS 27 (10.94% from 255) = 11.49%

R = 34.89%
G = 53.62%
B = 11.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#527E1B (or 0x527E1B) is known color: Green Leaf. HEX triplet: 52, 7E and 1B. RGB value is (82,126,27). Sum of RGB (Red+Green+Blue) = 82+126+27=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #527E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527E1B is #AD81E4. Grayscale: #656565. Windows color (decimal): -11370981 or 1801810. OLE color: 1801810.

HSL color Cylindrical-coordinate representation of color #527E1B: hue angle of 86.67º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #527E1B is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 126 27 -
CMYK 0.35 0 0.79 0.51
HSL 86.67º 0.65% 0.3% -
HSV(B) 86.67º 0.79% 0.49% -
XYZ 11.14 16.79 3.69 -
YUV 101.56 85.92 114.05 -
System Red Green Blue C M Y K H S L
Decimal 82 126 27 0.35 0 0.79 0.51 86.67 0.65 0.3
Hex 52 7E 1B 23 0 4F 33 57 41 1E
Octal 122 176 33 43 0 117 63 127 101 36
Binary 1010010 1111110 11011 100011 0 1001111 110011 1010111 1000001 11110

Color Harmonies of #527E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E1B

Black with #527E1B

Text Example


Text Example

White with #527E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,126,27); }

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

background-color css

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

 a { background-color: rgb(82,126,27); }

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

border-color css

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

 span { border-color: rgb(82,126,27); }

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