Html Css Color HEX #537210 Fiji Green

📋 copy color: '#537210'

red 83 ◦ green 114 ◦ blue 16

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

Shades of Fiji Green #537210

Tints of Fiji Green #537210

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.52%

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

R = 38.97%
G = 53.52%
B = 7.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#537210 (or 0x537210) is known color: Fiji Green. HEX triplet: 53, 72 and 10. RGB value is (83,114,16). Sum of RGB (Red+Green+Blue) = 83+114+16=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #537210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537210 is #AC8DEF. Grayscale: #5D5D5D. Windows color (decimal): -11308528 or 1077843. OLE color: 1077843.

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

Color convert

RGB 83 114 16 -
CMYK 0.27 0 0.86 0.55
HSL 78.98º 0.75% 0.25% -
HSV(B) 78.98º 0.86% 0.45% -
XYZ 9.68 13.91 2.67 -
YUV 93.56 84.23 120.47 -
System Red Green Blue C M Y K H S L
Decimal 83 114 16 0.27 0 0.86 0.55 78.98 0.75 0.25
Hex 53 72 10 1B 0 56 37 4F 4B 19
Octal 123 162 20 33 0 126 67 117 113 31
Binary 1010011 1110010 10000 11011 0 1010110 110111 1001111 1001011 11001

Color Harmonies of #537210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537210

Black with #537210

Text Example


Text Example

White with #537210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537210; }

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

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

background-color css

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

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

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

border-color css

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

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

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