Html Css Color HEX #53720D Fiji Green

📋 copy color: '#53720D'

red 83 ◦ green 114 ◦ blue 13

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

Shades of Fiji Green #53720D

Tints of Fiji Green #53720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.29%

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

R = 39.52%
G = 54.29%
B = 6.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#53720D (or 0x53720D) is known color: Fiji Green. HEX triplet: 53, 72 and 0D. RGB value is (83,114,13). Sum of RGB (Red+Green+Blue) = 83+114+13=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #53720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53720D is #AC8DF2. Grayscale: #5D5D5D. Windows color (decimal): -11308531 or 881235. OLE color: 881235.

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

Color convert

RGB 83 114 13 -
CMYK 0.27 0 0.89 0.55
HSL 78.42º 0.8% 0.25% -
HSV(B) 78.42º 0.89% 0.45% -
XYZ 9.66 13.9 2.56 -
YUV 93.22 82.73 120.71 -
System Red Green Blue C M Y K H S L
Decimal 83 114 13 0.27 0 0.89 0.55 78.42 0.8 0.25
Hex 53 72 D 1B 0 59 37 4E 50 19
Octal 123 162 15 33 0 131 67 116 120 31
Binary 1010011 1110010 1101 11011 0 1011001 110111 1001110 1010000 11001

Color Harmonies of #53720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53720D

Black with #53720D

Text Example


Text Example

White with #53720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,114,13); }

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

background-color css

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

 a { background-color: rgb(83,114,13); }

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

border-color css

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

 span { border-color: rgb(83,114,13); }

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