Html Css Color HEX #537100 Fiji Green

📋 copy color: '#537100'

red 83 ◦ green 113 ◦ blue 0

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

Shades of Fiji Green #537100

Tints of Fiji Green #537100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.35%
G = 57.65%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#537100 (or 0x537100) is known color: Fiji Green. HEX triplet: 53, 71 and 00. RGB value is (83,113,0). Sum of RGB (Red+Green+Blue) = 83+113+0=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #537100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537100 is #AC8EFF. Grayscale: #5B5B5B. Windows color (decimal): -11308800 or 29011. OLE color: 29011.

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

Color convert

RGB 83 113 0 -
CMYK 0.27 0 1 0.56
HSL 75.93º 1% 0.22% -
HSV(B) 75.93º 1% 0.44% -
XYZ 9.47 13.65 2.14 -
YUV 91.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 83 113 0 0.27 0 1 0.56 75.93 1 0.22
Hex 53 71 0 1B 0 64 38 4C 64 16
Octal 123 161 0 33 0 144 70 114 144 26
Binary 1010011 1110001 0 11011 0 1100100 111000 1001100 1100100 10110

Color Harmonies of #537100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537100

Black with #537100

Text Example


Text Example

White with #537100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537100; }

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

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

background-color css

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

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

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

border-color css

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

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

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