Html Css Color HEX #537305 Fiji Green

📋 copy color: '#537305'

red 83 ◦ green 115 ◦ blue 5

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

Shades of Fiji Green #537305

Tints of Fiji Green #537305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.46%

R = 40.89%
G = 56.65%
B = 2.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#537305 (or 0x537305) is known color: Fiji Green. HEX triplet: 53, 73 and 05. RGB value is (83,115,5). Sum of RGB (Red+Green+Blue) = 83+115+5=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 115 (45.31% from 255 or 56.65% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 115 - color contains mainly: green. Hex color #537305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537305 is #AC8CFA. Grayscale: #5D5D5D. Windows color (decimal): -11308283 or 357203. OLE color: 357203.

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

Color convert

RGB 83 115 5 -
CMYK 0.28 0 0.96 0.55
HSL 77.45º 0.92% 0.24% -
HSV(B) 77.45º 0.96% 0.45% -
XYZ 9.73 14.11 2.35 -
YUV 92.89 78.4 120.94 -
System Red Green Blue C M Y K H S L
Decimal 83 115 5 0.28 0 0.96 0.55 77.45 0.92 0.24
Hex 53 73 5 1C 0 60 37 4D 5C 18
Octal 123 163 5 34 0 140 67 115 134 30
Binary 1010011 1110011 101 11100 0 1100000 110111 1001101 1011100 11000

Color Harmonies of #537305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537305

Black with #537305

Text Example


Text Example

White with #537305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537305; }

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

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

background-color css

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

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

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

border-color css

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

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

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