#5B620D

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

Shades of Fiji Green #5B620D

Tints of Fiji Green #5B620D

Color information

#5B620D (or 0x5B620D) is unknown color: approx Fiji Green. HEX triplet: 5B, 62 and 0D. RGB value is (91,98,13). Sum of RGB (Red+Green+Blue) = 91+98+13=202 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.05% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #5B620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B620D is #A49DF2. Grayscale: #565656. Windows color (decimal): -10788339 or 877147. OLE color: 877147.

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

Color convert

RGB919813-
CMYK0.0700.870.62
HSL64.94º76.58%21.76%-
HSV(B)64.94º86.73%38.43%-
XYZ8.7510.992.04-
YUV86.2286.68131.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.05%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=45.05%
G=48.51%
B=6.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9198130.0700.870.6264.9476.5821.76
Hex5B62D70573E414d16
Octal13314215701277610111526
Binary101101111000101101111010101111111101000001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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