Html Css Color HEX #53710E Fiji Green

📋 copy color: '#53710E'

red 83 ◦ green 113 ◦ blue 14

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

Shades of Fiji Green #53710E

Tints of Fiji Green #53710E

RGB

 RED value IS 83 (32.81% from 255) = 39.52%

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

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

R = 39.52%
G = 53.81%
B = 6.67%

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

#53710E (or 0x53710E) is known color: Fiji Green. HEX triplet: 53, 71 and 0E. RGB value is (83,113,14). Sum of RGB (Red+Green+Blue) = 83+113+14=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #53710E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53710E is #AC8EF1. Grayscale: #5D5D5D. Windows color (decimal): -11308786 or 946515. OLE color: 946515.

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

Color convert

RGB 83 113 14 -
CMYK 0.27 0 0.88 0.56
HSL 78.18º 0.78% 0.25% -
HSV(B) 78.18º 0.88% 0.44% -
XYZ 9.55 13.68 2.55 -
YUV 92.74 83.56 121.05 -
System Red Green Blue C M Y K H S L
Decimal 83 113 14 0.27 0 0.88 0.56 78.18 0.78 0.25
Hex 53 71 E 1B 0 58 38 4E 4E 19
Octal 123 161 16 33 0 130 70 116 116 31
Binary 1010011 1110001 1110 11011 0 1011000 111000 1001110 1001110 11001

Color Harmonies of #53710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53710E

Black with #53710E

Text Example


Text Example

White with #53710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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