Html Css Color HEX #537013 Fiji Green

📋 copy color: '#537013'

red 83 ◦ green 112 ◦ blue 19

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

Shades of Fiji Green #537013

Tints of Fiji Green #537013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.34%

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

R = 38.79%
G = 52.34%
B = 8.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#537013 (or 0x537013) is known color: Fiji Green. HEX triplet: 53, 70 and 13. RGB value is (83,112,19). Sum of RGB (Red+Green+Blue) = 83+112+19=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #537013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537013 is #AC8FEC. Grayscale: #5D5D5D. Windows color (decimal): -11309037 or 1273939. OLE color: 1273939.

HSL color Cylindrical-coordinate representation of color #537013: hue angle of 78.71º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #537013 is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 19 -
CMYK 0.26 0 0.83 0.56
HSL 78.71º 0.71% 0.26% -
HSV(B) 78.71º 0.83% 0.44% -
XYZ 9.48 13.47 2.72 -
YUV 92.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 83 112 19 0.26 0 0.83 0.56 78.71 0.71 0.26
Hex 53 70 13 1A 0 53 38 4F 47 1A
Octal 123 160 23 32 0 123 70 117 107 32
Binary 1010011 1110000 10011 11010 0 1010011 111000 1001111 1000111 11010

Color Harmonies of #537013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537013

Black with #537013

Text Example


Text Example

White with #537013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537013; }

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

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

background-color css

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

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

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

border-color css

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

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

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