Html Css Color HEX #52720D Fiji Green

📋 copy color: '#52720D'

red 82 ◦ green 114 ◦ blue 13

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

Shades of Fiji Green #52720D

Tints of Fiji Green #52720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.55%

 BLUE value IS 13 (5.47% from 255) = 6.22%

R = 39.23%
G = 54.55%
B = 6.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#52720D (or 0x52720D) is known color: Fiji Green. HEX triplet: 52, 72 and 0D. RGB value is (82,114,13). Sum of RGB (Red+Green+Blue) = 82+114+13=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #52720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52720D is #AD8DF2. Grayscale: #5D5D5D. Windows color (decimal): -11374067 or 881234. OLE color: 881234.

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

Color convert

RGB 82 114 13 -
CMYK 0.28 0 0.89 0.55
HSL 79.01º 0.8% 0.25% -
HSV(B) 79.01º 0.89% 0.45% -
XYZ 9.57 13.86 2.55 -
YUV 92.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 82 114 13 0.28 0 0.89 0.55 79.01 0.8 0.25
Hex 52 72 D 1C 0 59 37 4F 50 19
Octal 122 162 15 34 0 131 67 117 120 31
Binary 1010010 1110010 1101 11100 0 1011001 110111 1001111 1010000 11001

Color Harmonies of #52720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52720D

Black with #52720D

Text Example


Text Example

White with #52720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,114,13); }

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

background-color css

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

 a { background-color: rgb(82,114,13); }

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

border-color css

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

 span { border-color: rgb(82,114,13); }

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