#58721B

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

Shades of Fiji Green #58721B

Tints of Fiji Green #58721B

Color information

#58721B (or 0x58721B) is unknown color: approx Fiji Green. HEX triplet: 58, 72 and 1B. RGB value is (88,114,27). Sum of RGB (Red+Green+Blue) = 88+114+27=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #58721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58721B is #A78DE4. Grayscale: #606060. Windows color (decimal): -10980837 or 1798744. OLE color: 1798744.

HSL color Cylindrical-coordinate representation of color #58721B: hue angle of 77.93º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58721B is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB8811427-
CMYK0.2300.760.55
HSL77.93º61.7%27.65%-
HSV(B)77.93º76.32%44.71%-
XYZ10.2414.193.24-
YUV96.3188.89122.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 27 (10.94% from 255) = 11.79%
R=38.43%
G=49.78%
B=11.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88114270.2300.760.5577.9361.727.65
Hex58721B1704C374e3e1c
Octal13016233270114671167634
Binary10110001110010110111011101001100110111100111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58721B; }

 p { color: rgb(88,114,27); }

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

<style>
 a { background-color: #58721B; }

 a { background-color: rgb(88,114,27); }

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

<style>
 span { border-color: #58721B; }

 span { border-color: rgb(88,114,27); }

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