Html Css Color HEX #537413 Fiji Green

📋 copy color: '#537413'

red 83 ◦ green 116 ◦ blue 19

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

Shades of Fiji Green #537413

Tints of Fiji Green #537413

RGB

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

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

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

R = 38.07%
G = 53.21%
B = 8.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#537413 (or 0x537413) is known color: Fiji Green. HEX triplet: 53, 74 and 13. RGB value is (83,116,19). Sum of RGB (Red+Green+Blue) = 83+116+19=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #537413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537413 is #AC8BEC. Grayscale: #5F5F5F. Windows color (decimal): -11308013 or 1274963. OLE color: 1274963.

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

Color convert

RGB 83 116 19 -
CMYK 0.28 0 0.84 0.55
HSL 80.41º 0.72% 0.26% -
HSV(B) 80.41º 0.84% 0.45% -
XYZ 9.93 14.38 2.87 -
YUV 95.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 83 116 19 0.28 0 0.84 0.55 80.41 0.72 0.26
Hex 53 74 13 1C 0 54 37 50 48 1A
Octal 123 164 23 34 0 124 67 120 110 32
Binary 1010011 1110100 10011 11100 0 1010100 110111 1010000 1001000 11010

Color Harmonies of #537413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537413

Black with #537413

Text Example


Text Example

White with #537413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537413; }

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

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

background-color css

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

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

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

border-color css

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

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

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