Html Css Color HEX #3E8775 Viridian

📋 copy color: '#3E8775'

red 62 ◦ green 135 ◦ blue 117

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

Shades of Viridian #3E8775

Tints of Viridian #3E8775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.99%

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 19.75%
G = 42.99%
B = 37.26%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#3E8775 (or 0x3E8775) is known color: Viridian. HEX triplet: 3E, 87 and 75. RGB value is (62,135,117). Sum of RGB (Red+Green+Blue) = 62+135+117=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8775 is #C1788A. Grayscale: #6F6F6F. Windows color (decimal): -12679307 or 7702334. OLE color: 7702334.

HSL color Cylindrical-coordinate representation of color #3E8775: hue angle of 165.21º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8775 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 135 117 -
CMYK 0.54 0 0.13 0.47
HSL 165.21º 0.37% 0.39% -
HSV(B) 165.21º 0.54% 0.53% -
XYZ 13.86 19.64 19.89 -
YUV 111.12 131.32 92.96 -
System Red Green Blue C M Y K H S L
Decimal 62 135 117 0.54 0 0.13 0.47 165.21 0.37 0.39
Hex 3E 87 75 36 0 D 2F A5 25 27
Octal 76 207 165 66 0 15 57 245 45 47
Binary 111110 10000111 1110101 110110 0 1101 101111 10100101 100101 100111

Color Harmonies of #3E8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8775

Black with #3E8775

Text Example


Text Example

White with #3E8775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,135,117); }

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

background-color css

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

 a { background-color: rgb(62,135,117); }

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

border-color css

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

 span { border-color: rgb(62,135,117); }

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