Html Css Color HEX #537204 Fiji Green

📋 copy color: '#537204'

red 83 ◦ green 114 ◦ blue 4

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

Shades of Fiji Green #537204

Tints of Fiji Green #537204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.99%

R = 41.29%
G = 56.72%
B = 1.99%

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

#537204 (or 0x537204) is known color: Fiji Green. HEX triplet: 53, 72 and 04. RGB value is (83,114,4). Sum of RGB (Red+Green+Blue) = 83+114+4=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #537204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537204 is #AC8DFB. Grayscale: #5C5C5C. Windows color (decimal): -11308540 or 291411. OLE color: 291411.

HSL color Cylindrical-coordinate representation of color #537204: hue angle of 76.91º degrees, saturation: 0.93, 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 #537204 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 4 -
CMYK 0.27 0 0.96 0.55
HSL 76.91º 0.93% 0.23% -
HSV(B) 76.91º 0.96% 0.45% -
XYZ 9.61 13.88 2.29 -
YUV 92.19 78.23 121.44 -
System Red Green Blue C M Y K H S L
Decimal 83 114 4 0.27 0 0.96 0.55 76.91 0.93 0.23
Hex 53 72 4 1B 0 60 37 4D 5D 17
Octal 123 162 4 33 0 140 67 115 135 27
Binary 1010011 1110010 100 11011 0 1100000 110111 1001101 1011101 10111

Color Harmonies of #537204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537204

Black with #537204

Text Example


Text Example

White with #537204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537204; }

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

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

background-color css

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

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

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

border-color css

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

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

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