#537B0C

Color #537B0C Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #537B0C

Tints of Fiji Green #537B0C

Color information

#537B0C (or 0x537B0C) is unknown color: approx Fiji Green. HEX triplet: 53, 7B and 0C. RGB value is (83,123,12). Sum of RGB (Red+Green+Blue) = 83+123+12=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 123 (48.44% from 255 or 56.42% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 123 - color contains mainly: green. Hex color #537B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537B0C is #AC84F3. Grayscale: #626262. Windows color (decimal): -11306228 or 818003. OLE color: 818003.

HSL color Cylindrical-coordinate representation of color #537B0C: hue angle of 81.62º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #537B0C is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.

Color convert

RGB8312312-
CMYK0.3300.900.52
HSL81.62º82.22%26.47%-
HSV(B)81.62º90.24%48.24%-
XYZ10.7216.032.88-
YUV98.3979.25117.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 123 (48.44% from 255) = 56.42%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=38.07%
G=56.42%
B=5.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83123120.3300.900.5281.6282.2226.47
Hex537BC2105A3452521a
Octal123173144101326412212232
Binary101001111110111100100001010110101101001010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,123,12); }

 H1.HeaderClassName
 {
   color: #537B0C;
 }
 .AnyTagClassName
 {
   color: #537B0C;
 }
</style>
background-color css

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

 a { background-color: rgb(83,123,12); }

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

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

 span { border-color: rgb(83,123,12); }

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