#58780E

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

Shades of Fiji Green #58780E

Tints of Fiji Green #58780E

Color information

#58780E (or 0x58780E) is unknown color: approx Fiji Green. HEX triplet: 58, 78 and 0E. RGB value is (88,120,14). Sum of RGB (Red+Green+Blue) = 88+120+14=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #58780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58780E is #A787F1. Grayscale: #626262. Windows color (decimal): -10979314 or 948312. OLE color: 948312.

HSL color Cylindrical-coordinate representation of color #58780E: hue angle of 78.11º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58780E is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB8812014-
CMYK0.2700.880.53
HSL78.11º79.1%26.27%-
HSV(B)78.11º88.33%47.06%-
XYZ10.8215.542.84-
YUV98.3580.4120.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 120 (47.27% from 255) = 54.05%
BLUE value IS 14 (5.86% from 255) = 6.31%
R=39.64%
G=54.05%
B=6.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88120140.2700.880.5378.1179.126.27
Hex5878E1B058354e4f1a
Octal130170163301306511611732
Binary10110001111000111011011010110001101011001110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58780E; }

 p { color: rgb(88,120,14); }

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

<style>
 a { background-color: #58780E; }

 a { background-color: rgb(88,120,14); }

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

<style>
 span { border-color: #58780E; }

 span { border-color: rgb(88,120,14); }

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