Html Css Color HEX #58701F Fiji Green

📋 copy color: '#58701F'

red 88 ◦ green 112 ◦ blue 31

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

Shades of Fiji Green #58701F

Tints of Fiji Green #58701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.42%

R = 38.1%
G = 48.48%
B = 13.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#58701F (or 0x58701F) is known color: Fiji Green. HEX triplet: 58, 70 and 1F. RGB value is (88,112,31). Sum of RGB (Red+Green+Blue) = 88+112+31=231 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.10% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #58701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58701F is #A78FE0. Grayscale: #5F5F5F. Windows color (decimal): -10981345 or 2060376. OLE color: 2060376.

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

Color convert

RGB 88 112 31 -
CMYK 0.21 0 0.72 0.56
HSL 77.78º 0.57% 0.28% -
HSV(B) 77.78º 0.72% 0.44% -
XYZ 10.07 13.76 3.42 -
YUV 95.59 91.55 122.59 -
System Red Green Blue C M Y K H S L
Decimal 88 112 31 0.21 0 0.72 0.56 77.78 0.57 0.28
Hex 58 70 1F 15 0 48 38 4E 39 1C
Octal 130 160 37 25 0 110 70 116 71 34
Binary 1011000 1110000 11111 10101 0 1001000 111000 1001110 111001 11100

Color Harmonies of #58701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58701F

Black with #58701F

Text Example


Text Example

White with #58701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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