Html Css Color HEX #3E9572 Viridian

📋 copy color: '#3E9572'

red 62 ◦ green 149 ◦ blue 114

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

Shades of Viridian #3E9572

Tints of Viridian #3E9572

RGB

 RED value IS 62 (24.61% from 255) = 19.08%

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 19.08%
G = 45.85%
B = 35.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#3E9572 (or 0x3E9572) is known color: Viridian. HEX triplet: 3E, 95 and 72. RGB value is (62,149,114). Sum of RGB (Red+Green+Blue) = 62+149+114=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #3E9572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9572 is #C16A8D. Grayscale: #777777. Windows color (decimal): -12675726 or 7509310. OLE color: 7509310.

HSL color Cylindrical-coordinate representation of color #3E9572: hue angle of 155.86º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E9572 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 62 149 114 -
CMYK 0.58 0 0.23 0.42
HSL 155.86º 0.41% 0.41% -
HSV(B) 155.86º 0.58% 0.58% -
XYZ 15.77 23.73 19.67 -
YUV 119 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 62 149 114 0.58 0 0.23 0.42 155.86 0.41 0.41
Hex 3E 95 72 3A 0 17 2A 9C 29 29
Octal 76 225 162 72 0 27 52 234 51 51
Binary 111110 10010101 1110010 111010 0 10111 101010 10011100 101001 101001

Color Harmonies of #3E9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E9572

Black with #3E9572

Text Example


Text Example

White with #3E9572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E9572; }

 p { color: rgb(62,149,114); }

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

background-color css

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

 a { background-color: rgb(62,149,114); }

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

border-color css

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

 span { border-color: rgb(62,149,114); }

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