Html Css Color HEX #3E7565 Viridian

📋 copy color: '#3E7565'

red 62 ◦ green 117 ◦ blue 101

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

Shades of Viridian #3E7565

Tints of Viridian #3E7565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 22.14%
G = 41.79%
B = 36.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#3E7565 (or 0x3E7565) is known color: Viridian. HEX triplet: 3E, 75 and 65. RGB value is (62,117,101). Sum of RGB (Red+Green+Blue) = 62+117+101=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #3E7565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7565 is #C18A9A. Grayscale: #626262. Windows color (decimal): -12683931 or 6649150. OLE color: 6649150.

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

Color convert

RGB 62 117 101 -
CMYK 0.47 0 0.14 0.54
HSL 162.55º 0.31% 0.35% -
HSV(B) 162.55º 0.47% 0.46% -
XYZ 10.7 14.69 14.58 -
YUV 98.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 62 117 101 0.47 0 0.14 0.54 162.55 0.31 0.35
Hex 3E 75 65 2F 0 E 36 A3 1F 23
Octal 76 165 145 57 0 16 66 243 37 43
Binary 111110 1110101 1100101 101111 0 1110 110110 10100011 11111 100011

Color Harmonies of #3E7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7565

Black with #3E7565

Text Example


Text Example

White with #3E7565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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