Html Css Color HEX #58701B Fiji Green

📋 copy color: '#58701B'

red 88 ◦ green 112 ◦ blue 27

#58701B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #58701B

Tints of Fiji Green #58701B

RGB

 RED value IS 88 (34.77% from 255) = 38.77%

 GREEN value IS 112 (44.14% from 255) = 49.34%

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 38.77%
G = 49.34%
B = 11.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#58701B (or 0x58701B) is known color: Fiji Green. HEX triplet: 58, 70 and 1B. RGB value is (88,112,27). Sum of RGB (Red+Green+Blue) = 88+112+27=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #58701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58701B is #A78FE4. Grayscale: #5F5F5F. Windows color (decimal): -10981349 or 1798232. OLE color: 1798232.

HSL color Cylindrical-coordinate representation of color #58701B: hue angle of 76.94º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58701B is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 112 27 -
CMYK 0.21 0 0.76 0.56
HSL 76.94º 0.61% 0.27% -
HSV(B) 76.94º 0.76% 0.44% -
XYZ 10.02 13.74 3.16 -
YUV 95.13 89.55 122.91 -
System Red Green Blue C M Y K H S L
Decimal 88 112 27 0.21 0 0.76 0.56 76.94 0.61 0.27
Hex 58 70 1B 15 0 4C 38 4D 3D 1B
Octal 130 160 33 25 0 114 70 115 75 33
Binary 1011000 1110000 11011 10101 0 1001100 111000 1001101 111101 11011

Color Harmonies of #58701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58701B

Black with #58701B

Text Example


Text Example

White with #58701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58701B;
 }
 .AnyTagClassName
 {
   color: #58701B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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