#5B730D

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

Shades of Fiji Green #5B730D

Tints of Fiji Green #5B730D

Color information

#5B730D (or 0x5B730D) is unknown color: approx Fiji Green. HEX triplet: 5B, 73 and 0D. RGB value is (91,115,13). Sum of RGB (Red+Green+Blue) = 91+115+13=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #5B730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B730D is #A48CF2. Grayscale: #606060. Windows color (decimal): -10783987 or 881499. OLE color: 881499.

HSL color Cylindrical-coordinate representation of color #5B730D: hue angle of 74.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B730D is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB9111513-
CMYK0.2100.890.55
HSL74.12º79.69%25.1%-
HSV(B)74.12º88.7%45.1%-
XYZ10.5214.512.63-
YUV96.281.05124.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.55%
GREEN value IS 115 (45.31% from 255) = 52.51%
BLUE value IS 13 (5.47% from 255) = 5.94%
R=41.55%
G=52.51%
B=5.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91115130.2100.890.5574.1279.6925.1
Hex5B73D15059374a5019
Octal133163152501316711212031
Binary10110111110011110110101010110011101111001010101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B730D; }

 p { color: rgb(91,115,13); }

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

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

 a { background-color: rgb(91,115,13); }

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

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

 span { border-color: rgb(91,115,13); }

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