Html Css Color HEX #537513 Fiji Green

📋 copy color: '#537513'

red 83 ◦ green 117 ◦ blue 19

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

Shades of Fiji Green #537513

Tints of Fiji Green #537513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.42%

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 37.9%
G = 53.42%
B = 8.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#537513 (or 0x537513) is known color: Fiji Green. HEX triplet: 53, 75 and 13. RGB value is (83,117,19). Sum of RGB (Red+Green+Blue) = 83+117+19=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #537513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537513 is #AC8AEC. Grayscale: #606060. Windows color (decimal): -11307757 or 1275219. OLE color: 1275219.

HSL color Cylindrical-coordinate representation of color #537513: hue angle of 80.82º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #537513 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 19 -
CMYK 0.29 0 0.84 0.54
HSL 80.82º 0.72% 0.27% -
HSV(B) 80.82º 0.84% 0.46% -
XYZ 10.05 14.61 2.91 -
YUV 95.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 83 117 19 0.29 0 0.84 0.54 80.82 0.72 0.27
Hex 53 75 13 1D 0 54 36 51 48 1B
Octal 123 165 23 35 0 124 66 121 110 33
Binary 1010011 1110101 10011 11101 0 1010100 110110 1010001 1001000 11011

Color Harmonies of #537513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537513

Black with #537513

Text Example


Text Example

White with #537513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537513; }

 p { color: rgb(83,117,19); }

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

background-color css

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

 a { background-color: rgb(83,117,19); }

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

border-color css

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

 span { border-color: rgb(83,117,19); }

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