Html Css Color HEX #58625F Viridian Green

📋 copy color: '#58625F'

red 88 ◦ green 98 ◦ blue 95

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

Shades of Viridian Green #58625F

Tints of Viridian Green #58625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

 BLUE value IS 95 (37.5% from 255) = 33.81%

R = 31.32%
G = 34.88%
B = 33.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#58625F (or 0x58625F) is known color: Viridian Green. HEX triplet: 58, 62 and 5F. RGB value is (88,98,95). Sum of RGB (Red+Green+Blue) = 88+98+95=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 98 - color contains mainly: green. Hex color #58625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58625F is #A79DA0. Grayscale: #5E5E5E. Windows color (decimal): -10984865 or 6251096. OLE color: 6251096.

HSL color Cylindrical-coordinate representation of color #58625F: hue angle of 162º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #58625F is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 98 95 -
CMYK 0.10 0 0.03 0.62
HSL 162º 0.05% 0.36% -
HSV(B) 162º 0.1% 0.38% -
XYZ 10.46 11.64 12.52 -
YUV 94.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 88 98 95 0.10 0 0.03 0.62 162 0.05 0.36
Hex 58 62 5F A 0 3 3E A2 5 24
Octal 130 142 137 12 0 3 76 242 5 44
Binary 1011000 1100010 1011111 1010 0 11 111110 10100010 101 100100

Color Harmonies of #58625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58625F

Black with #58625F

Text Example


Text Example

White with #58625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,98,95); }

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

background-color css

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

 a { background-color: rgb(88,98,95); }

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

border-color css

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

 span { border-color: rgb(88,98,95); }

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