Html Css Color HEX #527712 Green Leaf

📋 copy color: '#527712'

red 82 ◦ green 119 ◦ blue 18

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

Shades of Green Leaf #527712

Tints of Green Leaf #527712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.34%

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 37.44%
G = 54.34%
B = 8.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#527712 (or 0x527712) is known color: Green Leaf. HEX triplet: 52, 77 and 12. RGB value is (82,119,18). Sum of RGB (Red+Green+Blue) = 82+119+18=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #527712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527712 is #AD88ED. Grayscale: #606060. Windows color (decimal): -11372782 or 1210194. OLE color: 1210194.

HSL color Cylindrical-coordinate representation of color #527712: hue angle of 81.98º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #527712 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 119 18 -
CMYK 0.31 0 0.85 0.53
HSL 81.98º 0.74% 0.27% -
HSV(B) 81.98º 0.85% 0.47% -
XYZ 10.19 15.03 2.94 -
YUV 96.42 83.74 117.71 -
System Red Green Blue C M Y K H S L
Decimal 82 119 18 0.31 0 0.85 0.53 81.98 0.74 0.27
Hex 52 77 12 1F 0 55 35 52 4A 1B
Octal 122 167 22 37 0 125 65 122 112 33
Binary 1010010 1110111 10010 11111 0 1010101 110101 1010010 1001010 11011

Color Harmonies of #527712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527712

Black with #527712

Text Example


Text Example

White with #527712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527712; }

 p { color: rgb(82,119,18); }

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

background-color css

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

 a { background-color: rgb(82,119,18); }

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

border-color css

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

 span { border-color: rgb(82,119,18); }

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