Html Css Color HEX #3E7A66 Viridian

📋 copy color: '#3E7A66'

red 62 ◦ green 122 ◦ blue 102

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

Shades of Viridian #3E7A66

Tints of Viridian #3E7A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.66%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 21.68%
G = 42.66%
B = 35.66%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#3E7A66 (or 0x3E7A66) is known color: Viridian. HEX triplet: 3E, 7A and 66. RGB value is (62,122,102). Sum of RGB (Red+Green+Blue) = 62+122+102=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 122 (48.05% from 255 or 42.66% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A66 is #C18599. Grayscale: #656565. Windows color (decimal): -12682650 or 6715966. OLE color: 6715966.

HSL color Cylindrical-coordinate representation of color #3E7A66: hue angle of 160º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E7A66 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 122 102 -
CMYK 0.49 0 0.16 0.52
HSL 160º 0.33% 0.36% -
HSV(B) 160º 0.49% 0.48% -
XYZ 11.34 15.9 15.04 -
YUV 101.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 62 122 102 0.49 0 0.16 0.52 160 0.33 0.36
Hex 3E 7A 66 31 0 10 34 A0 21 24
Octal 76 172 146 61 0 20 64 240 41 44
Binary 111110 1111010 1100110 110001 0 10000 110100 10100000 100001 100100

Color Harmonies of #3E7A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7A66

Black with #3E7A66

Text Example


Text Example

White with #3E7A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,122,102); }

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

background-color css

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

 a { background-color: rgb(62,122,102); }

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

border-color css

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

 span { border-color: rgb(62,122,102); }

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