#5D791C

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

Shades of Fiji Green #5D791C

Tints of Fiji Green #5D791C

Color information

#5D791C (or 0x5D791C) is unknown color: approx Fiji Green. HEX triplet: 5D, 79 and 1C. RGB value is (93,121,28). Sum of RGB (Red+Green+Blue) = 93+121+28=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #5D791C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D791C is #A286E3. Grayscale: #666666. Windows color (decimal): -10651364 or 1866077. OLE color: 1866077.

HSL color Cylindrical-coordinate representation of color #5D791C: hue angle of 78.06º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D791C is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB9312128-
CMYK0.2300.770.53
HSL78.06º62.42%29.22%-
HSV(B)78.06º76.86%47.45%-
XYZ11.5616.093.59-
YUV102.0386.22121.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.43%
GREEN value IS 121 (47.66% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=38.43%
G=50%
B=11.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93121280.2300.770.5378.0662.4229.22
Hex5D791C1704D354e3e1d
Octal13517134270115651167635
Binary10111011111001111001011101001101110101100111011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D791C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,121,28); }

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

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

 a { background-color: rgb(93,121,28); }

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

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

 span { border-color: rgb(93,121,28); }

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