Html Css Color HEX #527A1C Green Leaf

📋 copy color: '#527A1C'

red 82 ◦ green 122 ◦ blue 28

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

Shades of Green Leaf #527A1C

Tints of Green Leaf #527A1C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 52.59%

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 35.34%
G = 52.59%
B = 12.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#527A1C (or 0x527A1C) is known color: Green Leaf. HEX triplet: 52, 7A and 1C. RGB value is (82,122,28). Sum of RGB (Red+Green+Blue) = 82+122+28=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #527A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527A1C is #AD85E3. Grayscale: #636363. Windows color (decimal): -11372004 or 1866322. OLE color: 1866322.

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

Color convert

RGB 82 122 28 -
CMYK 0.33 0 0.77 0.52
HSL 85.53º 0.63% 0.29% -
HSV(B) 85.53º 0.77% 0.48% -
XYZ 10.65 15.8 3.59 -
YUV 99.32 87.75 115.64 -
System Red Green Blue C M Y K H S L
Decimal 82 122 28 0.33 0 0.77 0.52 85.53 0.63 0.29
Hex 52 7A 1C 21 0 4D 34 56 3F 1D
Octal 122 172 34 41 0 115 64 126 77 35
Binary 1010010 1111010 11100 100001 0 1001101 110100 1010110 111111 11101

Color Harmonies of #527A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A1C

Black with #527A1C

Text Example


Text Example

White with #527A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,122,28); }

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

background-color css

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

 a { background-color: rgb(82,122,28); }

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

border-color css

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

 span { border-color: rgb(82,122,28); }

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