Html Css Color HEX #52741D Green Leaf

📋 copy color: '#52741D'

red 82 ◦ green 116 ◦ blue 29

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

Shades of Green Leaf #52741D

Tints of Green Leaf #52741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.1%

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 36.12%
G = 51.1%
B = 12.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#52741D (or 0x52741D) is known color: Green Leaf. HEX triplet: 52, 74 and 1D. RGB value is (82,116,29). Sum of RGB (Red+Green+Blue) = 82+116+29=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #52741D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52741D is #AD8BE2. Grayscale: #606060. Windows color (decimal): -11373539 or 1930322. OLE color: 1930322.

HSL color Cylindrical-coordinate representation of color #52741D: hue angle of 83.45º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52741D is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 29 -
CMYK 0.29 0 0.75 0.55
HSL 83.45º 0.6% 0.28% -
HSV(B) 83.45º 0.75% 0.45% -
XYZ 9.95 14.37 3.41 -
YUV 95.92 90.24 118.07 -
System Red Green Blue C M Y K H S L
Decimal 82 116 29 0.29 0 0.75 0.55 83.45 0.6 0.28
Hex 52 74 1D 1D 0 4B 37 53 3C 1C
Octal 122 164 35 35 0 113 67 123 74 34
Binary 1010010 1110100 11101 11101 0 1001011 110111 1010011 111100 11100

Color Harmonies of #52741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52741D

Black with #52741D

Text Example


Text Example

White with #52741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52741D; }

 p { color: rgb(82,116,29); }

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

background-color css

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

 a { background-color: rgb(82,116,29); }

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

border-color css

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

 span { border-color: rgb(82,116,29); }

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