Html Css Color HEX #537205 Fiji Green

📋 copy color: '#537205'

red 83 ◦ green 114 ◦ blue 5

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

Shades of Fiji Green #537205

Tints of Fiji Green #537205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.44%

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

R = 41.09%
G = 56.44%
B = 2.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#537205 (or 0x537205) is known color: Fiji Green. HEX triplet: 53, 72 and 05. RGB value is (83,114,5). Sum of RGB (Red+Green+Blue) = 83+114+5=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #537205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537205 is #AC8DFA. Grayscale: #5C5C5C. Windows color (decimal): -11308539 or 356947. OLE color: 356947.

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

Color convert

RGB 83 114 5 -
CMYK 0.27 0 0.96 0.55
HSL 77.06º 0.92% 0.23% -
HSV(B) 77.06º 0.96% 0.45% -
XYZ 9.61 13.88 2.32 -
YUV 92.31 78.73 121.36 -
System Red Green Blue C M Y K H S L
Decimal 83 114 5 0.27 0 0.96 0.55 77.06 0.92 0.23
Hex 53 72 5 1B 0 60 37 4D 5C 17
Octal 123 162 5 33 0 140 67 115 134 27
Binary 1010011 1110010 101 11011 0 1100000 110111 1001101 1011100 10111

Color Harmonies of #537205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537205

Black with #537205

Text Example


Text Example

White with #537205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537205; }

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

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

background-color css

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

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

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

border-color css

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

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

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