Html Css Color HEX #3E8B68 Viridian

📋 copy color: '#3E8B68'

red 62 ◦ green 139 ◦ blue 104

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

Shades of Viridian #3E8B68

Tints of Viridian #3E8B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.57%

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 20.33%
G = 45.57%
B = 34.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#3E8B68 (or 0x3E8B68) is known color: Viridian. HEX triplet: 3E, 8B and 68. RGB value is (62,139,104). Sum of RGB (Red+Green+Blue) = 62+139+104=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #3E8B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8B68 is #C17497. Grayscale: #707070. Windows color (decimal): -12678296 or 6851390. OLE color: 6851390.

HSL color Cylindrical-coordinate representation of color #3E8B68: hue angle of 152.73º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E8B68 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 139 104 -
CMYK 0.55 0 0.25 0.45
HSL 152.73º 0.38% 0.39% -
HSV(B) 152.73º 0.55% 0.55% -
XYZ 13.72 20.49 16.33 -
YUV 111.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 62 139 104 0.55 0 0.25 0.45 152.73 0.38 0.39
Hex 3E 8B 68 37 0 19 2D 99 26 27
Octal 76 213 150 67 0 31 55 231 46 47
Binary 111110 10001011 1101000 110111 0 11001 101101 10011001 100110 100111

Color Harmonies of #3E8B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8B68

Black with #3E8B68

Text Example


Text Example

White with #3E8B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,139,104); }

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

background-color css

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

 a { background-color: rgb(62,139,104); }

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

border-color css

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

 span { border-color: rgb(62,139,104); }

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