Html Css Color HEX #3E7564 Viridian

📋 copy color: '#3E7564'

red 62 ◦ green 117 ◦ blue 100

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

Shades of Viridian #3E7564

Tints of Viridian #3E7564

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

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

R = 22.22%
G = 41.94%
B = 35.84%

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

#3E7564 (or 0x3E7564) is known color: Viridian. HEX triplet: 3E, 75 and 64. RGB value is (62,117,100). Sum of RGB (Red+Green+Blue) = 62+117+100=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #3E7564 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7564 is #C18A9B. Grayscale: #626262. Windows color (decimal): -12683932 or 6583614. OLE color: 6583614.

HSL color Cylindrical-coordinate representation of color #3E7564: hue angle of 161.45º 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 #3E7564 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 117 100 -
CMYK 0.47 0 0.15 0.54
HSL 161.45º 0.31% 0.35% -
HSV(B) 161.45º 0.47% 0.46% -
XYZ 10.65 14.67 14.33 -
YUV 98.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 62 117 100 0.47 0 0.15 0.54 161.45 0.31 0.35
Hex 3E 75 64 2F 0 F 36 A1 1F 23
Octal 76 165 144 57 0 17 66 241 37 43
Binary 111110 1110101 1100100 101111 0 1111 110110 10100001 11111 100011

Color Harmonies of #3E7564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7564

Black with #3E7564

Text Example


Text Example

White with #3E7564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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