Html Css Color HEX #537213 Fiji Green

📋 copy color: '#537213'

red 83 ◦ green 114 ◦ blue 19

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

Shades of Fiji Green #537213

Tints of Fiji Green #537213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 38.43%
G = 52.78%
B = 8.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#537213 (or 0x537213) is known color: Fiji Green. HEX triplet: 53, 72 and 13. RGB value is (83,114,19). Sum of RGB (Red+Green+Blue) = 83+114+19=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #537213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537213 is #AC8DEC. Grayscale: #5E5E5E. Windows color (decimal): -11308525 or 1274451. OLE color: 1274451.

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

Color convert

RGB 83 114 19 -
CMYK 0.27 0 0.83 0.55
HSL 79.58º 0.71% 0.26% -
HSV(B) 79.58º 0.83% 0.45% -
XYZ 9.7 13.92 2.79 -
YUV 93.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 83 114 19 0.27 0 0.83 0.55 79.58 0.71 0.26
Hex 53 72 13 1B 0 53 37 50 47 1A
Octal 123 162 23 33 0 123 67 120 107 32
Binary 1010011 1110010 10011 11011 0 1010011 110111 1010000 1000111 11010

Color Harmonies of #537213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537213

Black with #537213

Text Example


Text Example

White with #537213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537213; }

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

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

background-color css

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

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

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

border-color css

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

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

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