Html Css Color HEX #537010 Fiji Green

📋 copy color: '#537010'

red 83 ◦ green 112 ◦ blue 16

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

Shades of Fiji Green #537010

Tints of Fiji Green #537010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.58%

R = 39.34%
G = 53.08%
B = 7.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#537010 (or 0x537010) is known color: Fiji Green. HEX triplet: 53, 70 and 10. RGB value is (83,112,16). Sum of RGB (Red+Green+Blue) = 83+112+16=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #537010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537010 is #AC8FEF. Grayscale: #5C5C5C. Windows color (decimal): -11309040 or 1077331. OLE color: 1077331.

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

Color convert

RGB 83 112 16 -
CMYK 0.26 0 0.86 0.56
HSL 78.12º 0.75% 0.25% -
HSV(B) 78.12º 0.86% 0.44% -
XYZ 9.45 13.46 2.59 -
YUV 92.39 84.89 121.31 -
System Red Green Blue C M Y K H S L
Decimal 83 112 16 0.26 0 0.86 0.56 78.12 0.75 0.25
Hex 53 70 10 1A 0 56 38 4E 4B 19
Octal 123 160 20 32 0 126 70 116 113 31
Binary 1010011 1110000 10000 11010 0 1010110 111000 1001110 1001011 11001

Color Harmonies of #537010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537010

Black with #537010

Text Example


Text Example

White with #537010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537010; }

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

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

background-color css

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

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

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

border-color css

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

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

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