Html Css Color HEX #3E7760 Viridian

📋 copy color: '#3E7760'

red 62 ◦ green 119 ◦ blue 96

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

Shades of Viridian #3E7760

Tints of Viridian #3E7760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 22.38%
G = 42.96%
B = 34.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#3E7760 (or 0x3E7760) is known color: Viridian. HEX triplet: 3E, 77 and 60. RGB value is (62,119,96). Sum of RGB (Red+Green+Blue) = 62+119+96=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #3E7760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7760 is #C1889F. Grayscale: #636363. Windows color (decimal): -12683424 or 6321982. OLE color: 6321982.

HSL color Cylindrical-coordinate representation of color #3E7760: hue angle of 155.79º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E7760 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 119 96 -
CMYK 0.48 0 0.19 0.53
HSL 155.79º 0.31% 0.35% -
HSV(B) 155.79º 0.48% 0.47% -
XYZ 10.69 15.06 13.41 -
YUV 99.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 62 119 96 0.48 0 0.19 0.53 155.79 0.31 0.35
Hex 3E 77 60 30 0 13 35 9C 1F 23
Octal 76 167 140 60 0 23 65 234 37 43
Binary 111110 1110111 1100000 110000 0 10011 110101 10011100 11111 100011

Color Harmonies of #3E7760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7760

Black with #3E7760

Text Example


Text Example

White with #3E7760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,119,96); }

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

background-color css

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

 a { background-color: rgb(62,119,96); }

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

border-color css

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

 span { border-color: rgb(62,119,96); }

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