Html Css Color HEX #537004 Fiji Green

📋 copy color: '#537004'

red 83 ◦ green 112 ◦ blue 4

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

Shades of Fiji Green #537004

Tints of Fiji Green #537004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.28%

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

R = 41.71%
G = 56.28%
B = 2.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#537004 (or 0x537004) is known color: Fiji Green. HEX triplet: 53, 70 and 04. RGB value is (83,112,4). Sum of RGB (Red+Green+Blue) = 83+112+4=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #537004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537004 is #AC8FFB. Grayscale: #5B5B5B. Windows color (decimal): -11309052 or 290899. OLE color: 290899.

HSL color Cylindrical-coordinate representation of color #537004: hue angle of 76.11º 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 #537004 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 4 -
CMYK 0.26 0 0.96 0.56
HSL 76.11º 0.93% 0.23% -
HSV(B) 76.11º 0.96% 0.44% -
XYZ 9.38 13.44 2.21 -
YUV 91.02 78.89 122.28 -
System Red Green Blue C M Y K H S L
Decimal 83 112 4 0.26 0 0.96 0.56 76.11 0.93 0.23
Hex 53 70 4 1A 0 60 38 4C 5D 17
Octal 123 160 4 32 0 140 70 114 135 27
Binary 1010011 1110000 100 11010 0 1100000 111000 1001100 1011101 10111

Color Harmonies of #537004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537004

Black with #537004

Text Example


Text Example

White with #537004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537004; }

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

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

background-color css

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

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

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

border-color css

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

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

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