Html Css Color HEX #52740E Fiji Green

📋 copy color: '#52740E'

red 82 ◦ green 116 ◦ blue 14

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

Shades of Fiji Green #52740E

Tints of Fiji Green #52740E

RGB

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

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

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

R = 38.68%
G = 54.72%
B = 6.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#52740E (or 0x52740E) is known color: Fiji Green. HEX triplet: 52, 74 and 0E. RGB value is (82,116,14). Sum of RGB (Red+Green+Blue) = 82+116+14=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #52740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52740E is #AD8BF1. Grayscale: #5E5E5E. Windows color (decimal): -11373554 or 947282. OLE color: 947282.

HSL color Cylindrical-coordinate representation of color #52740E: hue angle of 80º 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 #52740E is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 14 -
CMYK 0.29 0 0.88 0.55
HSL 80º 0.78% 0.25% -
HSV(B) 80º 0.88% 0.45% -
XYZ 9.8 14.32 2.66 -
YUV 94.21 82.74 119.29 -
System Red Green Blue C M Y K H S L
Decimal 82 116 14 0.29 0 0.88 0.55 80 0.78 0.25
Hex 52 74 E 1D 0 58 37 50 4E 19
Octal 122 164 16 35 0 130 67 120 116 31
Binary 1010010 1110100 1110 11101 0 1011000 110111 1010000 1001110 11001

Color Harmonies of #52740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52740E

Black with #52740E

Text Example


Text Example

White with #52740E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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