#5B621A

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

Shades of Fiji Green #5B621A

Tints of Fiji Green #5B621A

Color information

#5B621A (or 0x5B621A) is unknown color: approx Fiji Green. HEX triplet: 5B, 62 and 1A. RGB value is (91,98,26). Sum of RGB (Red+Green+Blue) = 91+98+26=215 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.33% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #5B621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B621A is #A49DE5. Grayscale: #575757. Windows color (decimal): -10788326 or 1729115. OLE color: 1729115.

HSL color Cylindrical-coordinate representation of color #5B621A: hue angle of 65.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B621A is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB919826-
CMYK0.0700.730.62
HSL65.83º58.06%24.31%-
HSV(B)65.83º73.47%38.43%-
XYZ8.8711.032.64-
YUV87.793.18130.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.33%
GREEN value IS 98 (38.67% from 255) = 45.58%
BLUE value IS 26 (10.55% from 255) = 12.09%
R=42.33%
G=45.58%
B=12.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9198260.0700.730.6265.8358.0624.31
Hex5B621A70493E423a18
Octal1331423270111761027230
Binary101101111000101101011101001001111110100001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B621A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,98,26); }

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

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

 a { background-color: rgb(91,98,26); }

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

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

 span { border-color: rgb(91,98,26); }

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