#58781A

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

Shades of Fiji Green #58781A

Tints of Fiji Green #58781A

Color information

#58781A (or 0x58781A) is unknown color: approx Fiji Green. HEX triplet: 58, 78 and 1A. RGB value is (88,120,26). Sum of RGB (Red+Green+Blue) = 88+120+26=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #58781A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58781A is #A787E5. Grayscale: #646464. Windows color (decimal): -10979302 or 1734744. OLE color: 1734744.

HSL color Cylindrical-coordinate representation of color #58781A: hue angle of 80.43º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58781A is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB8812026-
CMYK0.2700.780.53
HSL80.43º64.38%28.63%-
HSV(B)80.43º78.33%47.06%-
XYZ10.9315.583.41-
YUV99.7286.4119.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.61%
GREEN value IS 120 (47.27% from 255) = 51.28%
BLUE value IS 26 (10.55% from 255) = 11.11%
R=37.61%
G=51.28%
B=11.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88120260.2700.780.5380.4364.3828.63
Hex58781A1B04E3550401d
Octal130170323301166512010035
Binary101100011110001101011011010011101101011010000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58781A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58781A; }

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

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

<style>
 a { background-color: #58781A; }

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

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

<style>
 span { border-color: #58781A; }

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

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