Html Css Color HEX #53730D Fiji Green

📋 copy color: '#53730D'

red 83 ◦ green 115 ◦ blue 13

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

Shades of Fiji Green #53730D

Tints of Fiji Green #53730D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 54.5%

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

R = 39.34%
G = 54.5%
B = 6.16%

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

#53730D (or 0x53730D) is known color: Fiji Green. HEX triplet: 53, 73 and 0D. RGB value is (83,115,13). Sum of RGB (Red+Green+Blue) = 83+115+13=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #53730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53730D is #AC8CF2. Grayscale: #5E5E5E. Windows color (decimal): -11308275 or 881491. OLE color: 881491.

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

Color convert

RGB 83 115 13 -
CMYK 0.28 0 0.89 0.55
HSL 78.82º 0.8% 0.25% -
HSV(B) 78.82º 0.89% 0.45% -
XYZ 9.77 14.13 2.59 -
YUV 93.8 82.4 120.29 -
System Red Green Blue C M Y K H S L
Decimal 83 115 13 0.28 0 0.89 0.55 78.82 0.8 0.25
Hex 53 73 D 1C 0 59 37 4F 50 19
Octal 123 163 15 34 0 131 67 117 120 31
Binary 1010011 1110011 1101 11100 0 1011001 110111 1001111 1010000 11001

Color Harmonies of #53730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53730D

Black with #53730D

Text Example


Text Example

White with #53730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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