#537B07

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

Shades of Fiji Green #537B07

Tints of Fiji Green #537B07

Color information

#537B07 (or 0x537B07) is unknown color: approx Fiji Green. HEX triplet: 53, 7B and 07. RGB value is (83,123,7). Sum of RGB (Red+Green+Blue) = 83+123+7=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 123 (48.44% from 255 or 57.75% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 123 - color contains mainly: green. Hex color #537B07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537B07 is #AC84F8. Grayscale: #626262. Windows color (decimal): -11306233 or 490323. OLE color: 490323.

HSL color Cylindrical-coordinate representation of color #537B07: hue angle of 80.69º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #537B07 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB831237-
CMYK0.3300.940.52
HSL80.69º89.23%25.49%-
HSV(B)80.69º94.31%48.24%-
XYZ10.6916.022.73-
YUV97.8276.75117.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.97%
GREEN value IS 123 (48.44% from 255) = 57.75%
BLUE value IS 7 (3.12% from 255) = 3.29%
R=38.97%
G=57.75%
B=3.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8312370.3300.940.5280.6989.2325.49
Hex537B72105E34515919
Octal12317374101366412113131
Binary10100111111011111100001010111101101001010001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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