Html Css Color HEX #537301 Fiji Green

📋 copy color: '#537301'

red 83 ◦ green 115 ◦ blue 1

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

Shades of Fiji Green #537301

Tints of Fiji Green #537301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.79%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 41.71%
G = 57.79%
B = 0.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#537301 (or 0x537301) is known color: Fiji Green. HEX triplet: 53, 73 and 01. RGB value is (83,115,1). Sum of RGB (Red+Green+Blue) = 83+115+1=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #537301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537301 is #AC8CFE. Grayscale: #5C5C5C. Windows color (decimal): -11308287 or 95059. OLE color: 95059.

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

Color convert

RGB 83 115 1 -
CMYK 0.28 0 0.99 0.55
HSL 76.84º 0.98% 0.23% -
HSV(B) 76.84º 0.99% 0.45% -
XYZ 9.7 14.1 2.24 -
YUV 92.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 83 115 1 0.28 0 0.99 0.55 76.84 0.98 0.23
Hex 53 73 1 1C 0 63 37 4D 62 17
Octal 123 163 1 34 0 143 67 115 142 27
Binary 1010011 1110011 1 11100 0 1100011 110111 1001101 1100010 10111

Color Harmonies of #537301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537301

Black with #537301

Text Example


Text Example

White with #537301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537301; }

 p { color: rgb(83,115,1); }

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

background-color css

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

 a { background-color: rgb(83,115,1); }

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

border-color css

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

 span { border-color: rgb(83,115,1); }

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