Html Css Color HEX #537104 Fiji Green

📋 copy color: '#537104'

red 83 ◦ green 113 ◦ blue 4

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

Shades of Fiji Green #537104

Tints of Fiji Green #537104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.5%

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

R = 41.5%
G = 56.5%
B = 2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#537104 (or 0x537104) is known color: Fiji Green. HEX triplet: 53, 71 and 04. RGB value is (83,113,4). Sum of RGB (Red+Green+Blue) = 83+113+4=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #537104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537104 is #AC8EFB. Grayscale: #5C5C5C. Windows color (decimal): -11308796 or 291155. OLE color: 291155.

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

Color convert

RGB 83 113 4 -
CMYK 0.27 0 0.96 0.56
HSL 76.51º 0.93% 0.23% -
HSV(B) 76.51º 0.96% 0.44% -
XYZ 9.49 13.66 2.25 -
YUV 91.6 78.56 121.86 -
System Red Green Blue C M Y K H S L
Decimal 83 113 4 0.27 0 0.96 0.56 76.51 0.93 0.23
Hex 53 71 4 1B 0 60 38 4D 5D 17
Octal 123 161 4 33 0 140 70 115 135 27
Binary 1010011 1110001 100 11011 0 1100000 111000 1001101 1011101 10111

Color Harmonies of #537104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537104

Black with #537104

Text Example


Text Example

White with #537104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537104; }

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

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

background-color css

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

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

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

border-color css

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

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

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