Html Css Color HEX #537001 Fiji Green

📋 copy color: '#537001'

red 83 ◦ green 112 ◦ blue 1

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

Shades of Fiji Green #537001

Tints of Fiji Green #537001

RGB

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

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

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

R = 42.35%
G = 57.14%
B = 0.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#537001 (or 0x537001) is known color: Fiji Green. HEX triplet: 53, 70 and 01. RGB value is (83,112,1). Sum of RGB (Red+Green+Blue) = 83+112+1=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #537001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537001 is #AC8FFE. Grayscale: #5B5B5B. Windows color (decimal): -11309055 or 94291. OLE color: 94291.

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

Color convert

RGB 83 112 1 -
CMYK 0.26 0 0.99 0.56
HSL 75.68º 0.98% 0.22% -
HSV(B) 75.68º 0.99% 0.44% -
XYZ 9.37 13.43 2.13 -
YUV 90.68 77.39 122.53 -
System Red Green Blue C M Y K H S L
Decimal 83 112 1 0.26 0 0.99 0.56 75.68 0.98 0.22
Hex 53 70 1 1A 0 63 38 4C 62 16
Octal 123 160 1 32 0 143 70 114 142 26
Binary 1010011 1110000 1 11010 0 1100011 111000 1001100 1100010 10110

Color Harmonies of #537001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537001

Black with #537001

Text Example


Text Example

White with #537001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537001; }

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

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

background-color css

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

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

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

border-color css

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

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

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