Html Css Color HEX #537000 Fiji Green

📋 copy color: '#537000'

red 83 ◦ green 112 ◦ blue 0

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

Shades of Fiji Green #537000

Tints of Fiji Green #537000

RGB

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

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

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

R = 42.56%
G = 57.44%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#537000 (or 0x537000) is known color: Fiji Green. HEX triplet: 53, 70 and 00. RGB value is (83,112,0). Sum of RGB (Red+Green+Blue) = 83+112+0=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #537000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537000 is #AC8FFF. Grayscale: #5A5A5A. Windows color (decimal): -11309056 or 28755. OLE color: 28755.

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

Color convert

RGB 83 112 0 -
CMYK 0.26 0 1 0.56
HSL 75.54º 1% 0.22% -
HSV(B) 75.54º 1% 0.44% -
XYZ 9.36 13.43 2.1 -
YUV 90.56 76.89 122.61 -
System Red Green Blue C M Y K H S L
Decimal 83 112 0 0.26 0 1 0.56 75.54 1 0.22
Hex 53 70 0 1A 0 64 38 4C 64 16
Octal 123 160 0 32 0 144 70 114 144 26
Binary 1010011 1110000 0 11010 0 1100100 111000 1001100 1100100 10110

Color Harmonies of #537000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537000

Black with #537000

Text Example


Text Example

White with #537000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537000; }

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

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

background-color css

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

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

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

border-color css

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

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

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