Html Css Color HEX #52720E Fiji Green

📋 copy color: '#52720E'

red 82 ◦ green 114 ◦ blue 14

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

Shades of Fiji Green #52720E

Tints of Fiji Green #52720E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.67%

R = 39.05%
G = 54.29%
B = 6.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#52720E (or 0x52720E) is known color: Fiji Green. HEX triplet: 52, 72 and 0E. RGB value is (82,114,14). Sum of RGB (Red+Green+Blue) = 82+114+14=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #52720E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52720E is #AD8DF1. Grayscale: #5D5D5D. Windows color (decimal): -11374066 or 946770. OLE color: 946770.

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

Color convert

RGB 82 114 14 -
CMYK 0.28 0 0.88 0.55
HSL 79.2º 0.78% 0.25% -
HSV(B) 79.2º 0.88% 0.45% -
XYZ 9.58 13.86 2.59 -
YUV 93.03 83.4 120.13 -
System Red Green Blue C M Y K H S L
Decimal 82 114 14 0.28 0 0.88 0.55 79.2 0.78 0.25
Hex 52 72 E 1C 0 58 37 4F 4E 19
Octal 122 162 16 34 0 130 67 117 116 31
Binary 1010010 1110010 1110 11100 0 1011000 110111 1001111 1001110 11001

Color Harmonies of #52720E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52720E

Black with #52720E

Text Example


Text Example

White with #52720E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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