Html Css Color HEX #537411 Fiji Green

📋 copy color: '#537411'

red 83 ◦ green 116 ◦ blue 17

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

Shades of Fiji Green #537411

Tints of Fiji Green #537411

RGB

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

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

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

R = 38.43%
G = 53.7%
B = 7.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#537411 (or 0x537411) is known color: Fiji Green. HEX triplet: 53, 74 and 11. RGB value is (83,116,17). Sum of RGB (Red+Green+Blue) = 83+116+17=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #537411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537411 is #AC8BEE. Grayscale: #5F5F5F. Windows color (decimal): -11308015 or 1143891. OLE color: 1143891.

HSL color Cylindrical-coordinate representation of color #537411: hue angle of 80º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #537411 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 116 17 -
CMYK 0.28 0 0.85 0.55
HSL 80º 0.74% 0.26% -
HSV(B) 80º 0.85% 0.45% -
XYZ 9.91 14.37 2.78 -
YUV 94.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 83 116 17 0.28 0 0.85 0.55 80 0.74 0.26
Hex 53 74 11 1C 0 55 37 50 4A 1A
Octal 123 164 21 34 0 125 67 120 112 32
Binary 1010011 1110100 10001 11100 0 1010101 110111 1010000 1001010 11010

Color Harmonies of #537411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537411

Black with #537411

Text Example


Text Example

White with #537411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537411; }

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

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

background-color css

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

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

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

border-color css

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

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

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