Html Css Color HEX #58701C Fiji Green

📋 copy color: '#58701C'

red 88 ◦ green 112 ◦ blue 28

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

Shades of Fiji Green #58701C

Tints of Fiji Green #58701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.28%

R = 38.6%
G = 49.12%
B = 12.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#58701C (or 0x58701C) is known color: Fiji Green. HEX triplet: 58, 70 and 1C. RGB value is (88,112,28). Sum of RGB (Red+Green+Blue) = 88+112+28=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #58701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58701C is #A78FE3. Grayscale: #5F5F5F. Windows color (decimal): -10981348 or 1863768. OLE color: 1863768.

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

Color convert

RGB 88 112 28 -
CMYK 0.21 0 0.75 0.56
HSL 77.14º 0.6% 0.27% -
HSV(B) 77.14º 0.75% 0.44% -
XYZ 10.03 13.75 3.22 -
YUV 95.25 90.05 122.83 -
System Red Green Blue C M Y K H S L
Decimal 88 112 28 0.21 0 0.75 0.56 77.14 0.6 0.27
Hex 58 70 1C 15 0 4B 38 4D 3C 1B
Octal 130 160 34 25 0 113 70 115 74 33
Binary 1011000 1110000 11100 10101 0 1001011 111000 1001101 111100 11011

Color Harmonies of #58701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58701C

Black with #58701C

Text Example


Text Example

White with #58701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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