Html Css Color HEX #537D10 Fiji Green

📋 copy color: '#537D10'

red 83 ◦ green 125 ◦ blue 16

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

Shades of Fiji Green #537D10

Tints of Fiji Green #537D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.8%

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

R = 37.05%
G = 55.8%
B = 7.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.51

RGB Variations

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

Color information

#537D10 (or 0x537D10) is known color: Fiji Green. HEX triplet: 53, 7D and 10. RGB value is (83,125,16). Sum of RGB (Red+Green+Blue) = 83+125+16=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 125 (49.22% from 255 or 55.80% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 125 - color contains mainly: green. Hex color #537D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537D10 is #AC82EF. Grayscale: #646464. Windows color (decimal): -11305712 or 1080659. OLE color: 1080659.

HSL color Cylindrical-coordinate representation of color #537D10: hue angle of 83.12º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #537D10 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 125 16 -
CMYK 0.34 0 0.87 0.51
HSL 83.12º 0.77% 0.28% -
HSV(B) 83.12º 0.87% 0.49% -
XYZ 10.99 16.54 3.1 -
YUV 100.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 83 125 16 0.34 0 0.87 0.51 83.12 0.77 0.28
Hex 53 7D 10 22 0 57 33 53 4D 1C
Octal 123 175 20 42 0 127 63 123 115 34
Binary 1010011 1111101 10000 100010 0 1010111 110011 1010011 1001101 11100

Color Harmonies of #537D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537D10

Black with #537D10

Text Example


Text Example

White with #537D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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