Html Css Color HEX #537510 Fiji Green

📋 copy color: '#537510'

red 83 ◦ green 117 ◦ blue 16

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

Shades of Fiji Green #537510

Tints of Fiji Green #537510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.17%

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

R = 38.43%
G = 54.17%
B = 7.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#537510 (or 0x537510) is known color: Fiji Green. HEX triplet: 53, 75 and 10. RGB value is (83,117,16). Sum of RGB (Red+Green+Blue) = 83+117+16=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #537510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537510 is #AC8AEF. Grayscale: #5F5F5F. Windows color (decimal): -11307760 or 1078611. OLE color: 1078611.

HSL color Cylindrical-coordinate representation of color #537510: hue angle of 80.2º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #537510 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 16 -
CMYK 0.29 0 0.86 0.54
HSL 80.2º 0.76% 0.26% -
HSV(B) 80.2º 0.86% 0.46% -
XYZ 10.02 14.6 2.78 -
YUV 95.32 83.24 119.21 -
System Red Green Blue C M Y K H S L
Decimal 83 117 16 0.29 0 0.86 0.54 80.2 0.76 0.26
Hex 53 75 10 1D 0 56 36 50 4C 1A
Octal 123 165 20 35 0 126 66 120 114 32
Binary 1010011 1110101 10000 11101 0 1010110 110110 1010000 1001100 11010

Color Harmonies of #537510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537510

Black with #537510

Text Example


Text Example

White with #537510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537510; }

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

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

background-color css

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

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

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

border-color css

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

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

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