#5B741B

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

Shades of Fiji Green #5B741B

Tints of Fiji Green #5B741B

Color information

#5B741B (or 0x5B741B) is unknown color: approx Fiji Green. HEX triplet: 5B, 74 and 1B. RGB value is (91,116,27). Sum of RGB (Red+Green+Blue) = 91+116+27=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #5B741B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B741B is #A48BE4. Grayscale: #626262. Windows color (decimal): -10783717 or 1799259. OLE color: 1799259.

HSL color Cylindrical-coordinate representation of color #5B741B: hue angle of 76.85º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B741B is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB9111627-
CMYK0.2200.770.55
HSL76.85º62.24%28.04%-
HSV(B)76.85º76.72%45.49%-
XYZ10.7614.793.33-
YUV98.3887.72122.74-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 116 (45.70% from 255) = 49.57%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=38.89%
G=49.57%
B=11.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116270.2200.770.5576.8562.2428.04
Hex5B741B1604D374d3e1c
Octal13316433260115671157634
Binary10110111110100110111011001001101110111100110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B741B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,116,27); }

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

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

 a { background-color: rgb(91,116,27); }

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

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

 span { border-color: rgb(91,116,27); }

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