Html Css Color HEX #3E8766 Viridian

📋 copy color: '#3E8766'

red 62 ◦ green 135 ◦ blue 102

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

Shades of Viridian #3E8766

Tints of Viridian #3E8766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.15%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 20.74%
G = 45.15%
B = 34.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#3E8766 (or 0x3E8766) is known color: Viridian. HEX triplet: 3E, 87 and 66. RGB value is (62,135,102). Sum of RGB (Red+Green+Blue) = 62+135+102=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #3E8766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8766 is #C17899. Grayscale: #6D6D6D. Windows color (decimal): -12679322 or 6719294. OLE color: 6719294.

HSL color Cylindrical-coordinate representation of color #3E8766: hue angle of 152.88º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3E8766 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 62 135 102 -
CMYK 0.54 0 0.24 0.47
HSL 152.88º 0.37% 0.39% -
HSV(B) 152.88º 0.54% 0.53% -
XYZ 13.05 19.31 15.61 -
YUV 109.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 62 135 102 0.54 0 0.24 0.47 152.88 0.37 0.39
Hex 3E 87 66 36 0 18 2F 99 25 27
Octal 76 207 146 66 0 30 57 231 45 47
Binary 111110 10000111 1100110 110110 0 11000 101111 10011001 100101 100111

Color Harmonies of #3E8766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E8766

Black with #3E8766

Text Example


Text Example

White with #3E8766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,135,102); }

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

background-color css

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

 a { background-color: rgb(62,135,102); }

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

border-color css

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

 span { border-color: rgb(62,135,102); }

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