Html Css Color HEX #53740D Fiji Green

📋 copy color: '#53740D'

red 83 ◦ green 116 ◦ blue 13

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

Shades of Fiji Green #53740D

Tints of Fiji Green #53740D

RGB

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

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

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

R = 39.15%
G = 54.72%
B = 6.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#53740D (or 0x53740D) is known color: Fiji Green. HEX triplet: 53, 74 and 0D. RGB value is (83,116,13). Sum of RGB (Red+Green+Blue) = 83+116+13=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #53740D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53740D is #AC8BF2. Grayscale: #5E5E5E. Windows color (decimal): -11308019 or 881747. OLE color: 881747.

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

Color convert

RGB 83 116 13 -
CMYK 0.28 0 0.89 0.55
HSL 79.22º 0.8% 0.25% -
HSV(B) 79.22º 0.89% 0.45% -
XYZ 9.89 14.36 2.63 -
YUV 94.39 82.07 119.88 -
System Red Green Blue C M Y K H S L
Decimal 83 116 13 0.28 0 0.89 0.55 79.22 0.8 0.25
Hex 53 74 D 1C 0 59 37 4F 50 19
Octal 123 164 15 34 0 131 67 117 120 31
Binary 1010011 1110100 1101 11100 0 1011001 110111 1001111 1010000 11001

Color Harmonies of #53740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53740D

Black with #53740D

Text Example


Text Example

White with #53740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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