Html Css Color HEX #537504 Fiji Green

📋 copy color: '#537504'

red 83 ◦ green 117 ◦ blue 4

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

Shades of Fiji Green #537504

Tints of Fiji Green #537504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.35%

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

R = 40.69%
G = 57.35%
B = 1.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#537504 (or 0x537504) is known color: Fiji Green. HEX triplet: 53, 75 and 04. RGB value is (83,117,4). Sum of RGB (Red+Green+Blue) = 83+117+4=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #537504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537504 is #AC8AFB. Grayscale: #5E5E5E. Windows color (decimal): -11307772 or 292179. OLE color: 292179.

HSL color Cylindrical-coordinate representation of color #537504: hue angle of 78.05º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #537504 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 4 -
CMYK 0.29 0 0.97 0.54
HSL 78.05º 0.93% 0.24% -
HSV(B) 78.05º 0.97% 0.46% -
XYZ 9.95 14.57 2.4 -
YUV 93.95 77.24 120.19 -
System Red Green Blue C M Y K H S L
Decimal 83 117 4 0.29 0 0.97 0.54 78.05 0.93 0.24
Hex 53 75 4 1D 0 61 36 4E 5D 18
Octal 123 165 4 35 0 141 66 116 135 30
Binary 1010011 1110101 100 11101 0 1100001 110110 1001110 1011101 11000

Color Harmonies of #537504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537504

Black with #537504

Text Example


Text Example

White with #537504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537504; }

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

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

background-color css

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

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

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

border-color css

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

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

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