Html Css Color HEX #537112 Fiji Green

📋 copy color: '#537112'

red 83 ◦ green 113 ◦ blue 18

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

Shades of Fiji Green #537112

Tints of Fiji Green #537112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 38.79%
G = 52.8%
B = 8.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#537112 (or 0x537112) is known color: Fiji Green. HEX triplet: 53, 71 and 12. RGB value is (83,113,18). Sum of RGB (Red+Green+Blue) = 83+113+18=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #537112 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537112 is #AC8EED. Grayscale: #5D5D5D. Windows color (decimal): -11308782 or 1208659. OLE color: 1208659.

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

Color convert

RGB 83 113 18 -
CMYK 0.27 0 0.84 0.56
HSL 78.95º 0.73% 0.26% -
HSV(B) 78.95º 0.84% 0.44% -
XYZ 9.58 13.69 2.71 -
YUV 93.2 85.56 120.72 -
System Red Green Blue C M Y K H S L
Decimal 83 113 18 0.27 0 0.84 0.56 78.95 0.73 0.26
Hex 53 71 12 1B 0 54 38 4F 49 1A
Octal 123 161 22 33 0 124 70 117 111 32
Binary 1010011 1110001 10010 11011 0 1010100 111000 1001111 1001001 11010

Color Harmonies of #537112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537112

Black with #537112

Text Example


Text Example

White with #537112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537112; }

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

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

background-color css

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

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

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

border-color css

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

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

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