Html Css Color HEX #3E8275 Viridian

📋 copy color: '#3E8275'

red 62 ◦ green 130 ◦ blue 117

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

Shades of Viridian #3E8275

Tints of Viridian #3E8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

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

R = 20.06%
G = 42.07%
B = 37.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#3E8275 (or 0x3E8275) is known color: Viridian. HEX triplet: 3E, 82 and 75. RGB value is (62,130,117). Sum of RGB (Red+Green+Blue) = 62+130+117=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #3E8275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8275 is #C17D8A. Grayscale: #6C6C6C. Windows color (decimal): -12680587 or 7701054. OLE color: 7701054.

HSL color Cylindrical-coordinate representation of color #3E8275: hue angle of 168.53º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E8275 is Cyan = 0.52, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 62 130 117 -
CMYK 0.52 0 0.1 0.49
HSL 168.53º 0.35% 0.38% -
HSV(B) 168.53º 0.52% 0.51% -
XYZ 13.18 18.27 19.66 -
YUV 108.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 62 130 117 0.52 0 0.1 0.49 168.53 0.35 0.38
Hex 3E 82 75 34 0 A 31 A9 23 26
Octal 76 202 165 64 0 12 61 251 43 46
Binary 111110 10000010 1110101 110100 0 1010 110001 10101001 100011 100110

Color Harmonies of #3E8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8275

Black with #3E8275

Text Example


Text Example

White with #3E8275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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