Html Css Color HEX #58665F Viridian Green

📋 copy color: '#58665F'

red 88 ◦ green 102 ◦ blue 95

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

Shades of Viridian Green #58665F

Tints of Viridian Green #58665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

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

R = 30.88%
G = 35.79%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#58665F (or 0x58665F) is known color: Viridian Green. HEX triplet: 58, 66 and 5F. RGB value is (88,102,95). Sum of RGB (Red+Green+Blue) = 88+102+95=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 102 - color contains mainly: green. Hex color #58665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58665F is #A799A0. Grayscale: #616161. Windows color (decimal): -10983841 or 6252120. OLE color: 6252120.

HSL color Cylindrical-coordinate representation of color #58665F: hue angle of 150º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58665F is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 102 95 -
CMYK 0.14 0 0.07 0.6
HSL 150º 0.07% 0.37% -
HSV(B) 150º 0.14% 0.4% -
XYZ 10.84 12.4 12.65 -
YUV 97.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 88 102 95 0.14 0 0.07 0.6 150 0.07 0.37
Hex 58 66 5F E 0 7 3C 96 7 25
Octal 130 146 137 16 0 7 74 226 7 45
Binary 1011000 1100110 1011111 1110 0 111 111100 10010110 111 100101

Color Harmonies of #58665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58665F

Black with #58665F

Text Example


Text Example

White with #58665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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