Html Css Color HEX #3E8B75 Viridian

📋 copy color: '#3E8B75'

red 62 ◦ green 139 ◦ blue 117

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

Shades of Viridian #3E8B75

Tints of Viridian #3E8B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 19.5%
G = 43.71%
B = 36.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#3E8B75 (or 0x3E8B75) is known color: Viridian. HEX triplet: 3E, 8B and 75. RGB value is (62,139,117). Sum of RGB (Red+Green+Blue) = 62+139+117=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 139 (54.69% from 255 or 43.71% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 139 - color contains mainly: green. Hex color #3E8B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8B75 is #C1748A. Grayscale: #717171. Windows color (decimal): -12678283 or 7703358. OLE color: 7703358.

HSL color Cylindrical-coordinate representation of color #3E8B75: hue angle of 162.86º 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 #3E8B75 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 139 117 -
CMYK 0.55 0 0.16 0.45
HSL 162.86º 0.38% 0.39% -
HSV(B) 162.86º 0.55% 0.55% -
XYZ 14.43 20.77 20.08 -
YUV 113.47 129.99 91.29 -
System Red Green Blue C M Y K H S L
Decimal 62 139 117 0.55 0 0.16 0.45 162.86 0.38 0.39
Hex 3E 8B 75 37 0 10 2D A3 26 27
Octal 76 213 165 67 0 20 55 243 46 47
Binary 111110 10001011 1110101 110111 0 10000 101101 10100011 100110 100111

Color Harmonies of #3E8B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8B75

Black with #3E8B75

Text Example


Text Example

White with #3E8B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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