Html Css Color HEX #52710E Fiji Green

📋 copy color: '#52710E'

red 82 ◦ green 113 ◦ blue 14

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

Shades of Fiji Green #52710E

Tints of Fiji Green #52710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.07%

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

R = 39.23%
G = 54.07%
B = 6.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#52710E (or 0x52710E) is known color: Fiji Green. HEX triplet: 52, 71 and 0E. RGB value is (82,113,14). Sum of RGB (Red+Green+Blue) = 82+113+14=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #52710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52710E is #AD8EF1. Grayscale: #5C5C5C. Windows color (decimal): -11374322 or 946514. OLE color: 946514.

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

Color convert

RGB 82 113 14 -
CMYK 0.27 0 0.88 0.56
HSL 78.79º 0.78% 0.25% -
HSV(B) 78.79º 0.88% 0.44% -
XYZ 9.46 13.64 2.55 -
YUV 92.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 82 113 14 0.27 0 0.88 0.56 78.79 0.78 0.25
Hex 52 71 E 1B 0 58 38 4F 4E 19
Octal 122 161 16 33 0 130 70 117 116 31
Binary 1010010 1110001 1110 11011 0 1011000 111000 1001111 1001110 11001

Color Harmonies of #52710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52710E

Black with #52710E

Text Example


Text Example

White with #52710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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