Html Css Color HEX #3E7664 Viridian

📋 copy color: '#3E7664'

red 62 ◦ green 118 ◦ blue 100

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

Shades of Viridian #3E7664

Tints of Viridian #3E7664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 22.14%
G = 42.14%
B = 35.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#3E7664 (or 0x3E7664) is known color: Viridian. HEX triplet: 3E, 76 and 64. RGB value is (62,118,100). Sum of RGB (Red+Green+Blue) = 62+118+100=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7664 is #C1899B. Grayscale: #636363. Windows color (decimal): -12683676 or 6583870. OLE color: 6583870.

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

Color convert

RGB 62 118 100 -
CMYK 0.47 0 0.15 0.54
HSL 160.71º 0.31% 0.35% -
HSV(B) 160.71º 0.47% 0.46% -
XYZ 10.77 14.9 14.37 -
YUV 99.2 128.45 101.46 -
System Red Green Blue C M Y K H S L
Decimal 62 118 100 0.47 0 0.15 0.54 160.71 0.31 0.35
Hex 3E 76 64 2F 0 F 36 A1 1F 23
Octal 76 166 144 57 0 17 66 241 37 43
Binary 111110 1110110 1100100 101111 0 1111 110110 10100001 11111 100011

Color Harmonies of #3E7664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7664

Black with #3E7664

Text Example


Text Example

White with #3E7664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,118,100); }

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

background-color css

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

 a { background-color: rgb(62,118,100); }

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

border-color css

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

 span { border-color: rgb(62,118,100); }

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