Html Css Color HEX #52730E Fiji Green

📋 copy color: '#52730E'

red 82 ◦ green 115 ◦ blue 14

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

Shades of Fiji Green #52730E

Tints of Fiji Green #52730E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 54.5%

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

R = 38.86%
G = 54.5%
B = 6.64%

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

#52730E (or 0x52730E) is known color: Fiji Green. HEX triplet: 52, 73 and 0E. RGB value is (82,115,14). Sum of RGB (Red+Green+Blue) = 82+115+14=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #52730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52730E is #AD8CF1. Grayscale: #5D5D5D. Windows color (decimal): -11373810 or 947026. OLE color: 947026.

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

Color convert

RGB 82 115 14 -
CMYK 0.29 0 0.88 0.55
HSL 79.6º 0.78% 0.25% -
HSV(B) 79.6º 0.88% 0.45% -
XYZ 9.69 14.09 2.62 -
YUV 93.62 83.07 119.71 -
System Red Green Blue C M Y K H S L
Decimal 82 115 14 0.29 0 0.88 0.55 79.6 0.78 0.25
Hex 52 73 E 1D 0 58 37 50 4E 19
Octal 122 163 16 35 0 130 67 120 116 31
Binary 1010010 1110011 1110 11101 0 1011000 110111 1010000 1001110 11001

Color Harmonies of #52730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52730E

Black with #52730E

Text Example


Text Example

White with #52730E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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