Html Css Color HEX #52740D Fiji Green

📋 copy color: '#52740D'

red 82 ◦ green 116 ◦ blue 13

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

Shades of Fiji Green #52740D

Tints of Fiji Green #52740D

RGB

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

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

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

R = 38.86%
G = 54.98%
B = 6.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#52740D (or 0x52740D) is known color: Fiji Green. HEX triplet: 52, 74 and 0D. RGB value is (82,116,13). Sum of RGB (Red+Green+Blue) = 82+116+13=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 116 (45.70% from 255 or 54.98% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 116 - color contains mainly: green. Hex color #52740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52740D is #AD8BF2. Grayscale: #5E5E5E. Windows color (decimal): -11373555 or 881746. OLE color: 881746.

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

Color convert

RGB 82 116 13 -
CMYK 0.29 0 0.89 0.55
HSL 79.81º 0.8% 0.25% -
HSV(B) 79.81º 0.89% 0.45% -
XYZ 9.8 14.31 2.63 -
YUV 94.09 82.24 119.38 -
System Red Green Blue C M Y K H S L
Decimal 82 116 13 0.29 0 0.89 0.55 79.81 0.8 0.25
Hex 52 74 D 1D 0 59 37 50 50 19
Octal 122 164 15 35 0 131 67 120 120 31
Binary 1010010 1110100 1101 11101 0 1011001 110111 1010000 1010000 11001

Color Harmonies of #52740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52740D

Black with #52740D

Text Example


Text Example

White with #52740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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