Html Css Color HEX #588001 Fiji Green

📋 copy color: '#588001'

red 88 ◦ green 128 ◦ blue 1

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

Shades of Fiji Green #588001

Tints of Fiji Green #588001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.99%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 40.55%
G = 58.99%
B = 0.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#588001 (or 0x588001) is known color: Fiji Green. HEX triplet: 58, 80 and 01. RGB value is (88,128,1). Sum of RGB (Red+Green+Blue) = 88+128+1=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #588001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588001 is #A77FFE. Grayscale: #666666. Windows color (decimal): -10977279 or 98392. OLE color: 98392.

HSL color Cylindrical-coordinate representation of color #588001: hue angle of 78.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #588001 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 128 1 -
CMYK 0.31 0 0.99 0.50
HSL 78.9º 0.98% 0.25% -
HSV(B) 78.9º 0.99% 0.5% -
XYZ 11.75 17.52 2.79 -
YUV 101.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 88 128 1 0.31 0 0.99 0.50 78.9 0.98 0.25
Hex 58 80 1 1F 0 63 32 4F 62 19
Octal 130 200 1 37 0 143 62 117 142 31
Binary 1011000 10000000 1 11111 0 1100011 110010 1001111 1100010 11001

Color Harmonies of #588001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588001

Black with #588001

Text Example


Text Example

White with #588001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588001; }

 p { color: rgb(88,128,1); }

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

background-color css

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

 a { background-color: rgb(88,128,1); }

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

border-color css

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

 span { border-color: rgb(88,128,1); }

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