#58661A

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

Shades of Fiji Green #58661A

Tints of Fiji Green #58661A

Color information

#58661A (or 0x58661A) is unknown color: approx Fiji Green. HEX triplet: 58, 66 and 1A. RGB value is (88,102,26). Sum of RGB (Red+Green+Blue) = 88+102+26=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #58661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58661A is #A799E5. Grayscale: #595959. Windows color (decimal): -10983910 or 1730136. OLE color: 1730136.

HSL color Cylindrical-coordinate representation of color #58661A: hue angle of 71.05º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58661A is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB8810226-
CMYK0.1400.750.6
HSL71.05º59.38%25.1%-
HSV(B)71.05º74.51%40%-
XYZ8.9611.652.75-
YUV89.1592.36127.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 102 (40.23% from 255) = 47.22%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=40.74%
G=47.22%
B=12.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88102260.1400.750.671.0559.3825.1
Hex58661AE04B3C473b19
Octal13014632160113741077331
Binary1011000110011011010111001001011111100100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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