Html Css Color HEX #537511 Fiji Green

📋 copy color: '#537511'

red 83 ◦ green 117 ◦ blue 17

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

Shades of Fiji Green #537511

Tints of Fiji Green #537511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.83%

R = 38.25%
G = 53.92%
B = 7.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#537511 (or 0x537511) is known color: Fiji Green. HEX triplet: 53, 75 and 11. RGB value is (83,117,17). Sum of RGB (Red+Green+Blue) = 83+117+17=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #537511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537511 is #AC8AEE. Grayscale: #5F5F5F. Windows color (decimal): -11307759 or 1144147. OLE color: 1144147.

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

Color convert

RGB 83 117 17 -
CMYK 0.29 0 0.85 0.54
HSL 80.4º 0.75% 0.26% -
HSV(B) 80.4º 0.85% 0.46% -
XYZ 10.03 14.6 2.82 -
YUV 95.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 83 117 17 0.29 0 0.85 0.54 80.4 0.75 0.26
Hex 53 75 11 1D 0 55 36 50 4B 1A
Octal 123 165 21 35 0 125 66 120 113 32
Binary 1010011 1110101 10001 11101 0 1010101 110110 1010000 1001011 11010

Color Harmonies of #537511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537511

Black with #537511

Text Example


Text Example

White with #537511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537511; }

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

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

background-color css

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

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

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

border-color css

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

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

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