Html Css Color HEX #537101 Fiji Green

📋 copy color: '#537101'

red 83 ◦ green 113 ◦ blue 1

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

Shades of Fiji Green #537101

Tints of Fiji Green #537101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 42.13%
G = 57.36%
B = 0.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#537101 (or 0x537101) is known color: Fiji Green. HEX triplet: 53, 71 and 01. RGB value is (83,113,1). Sum of RGB (Red+Green+Blue) = 83+113+1=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #537101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537101 is #AC8EFE. Grayscale: #5B5B5B. Windows color (decimal): -11308799 or 94547. OLE color: 94547.

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

Color convert

RGB 83 113 1 -
CMYK 0.27 0 0.99 0.56
HSL 76.07º 0.98% 0.22% -
HSV(B) 76.07º 0.99% 0.44% -
XYZ 9.48 13.65 2.16 -
YUV 91.26 77.06 122.11 -
System Red Green Blue C M Y K H S L
Decimal 83 113 1 0.27 0 0.99 0.56 76.07 0.98 0.22
Hex 53 71 1 1B 0 63 38 4C 62 16
Octal 123 161 1 33 0 143 70 114 142 26
Binary 1010011 1110001 1 11011 0 1100011 111000 1001100 1100010 10110

Color Harmonies of #537101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537101

Black with #537101

Text Example


Text Example

White with #537101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537101; }

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

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

background-color css

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

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

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

border-color css

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

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

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