Html Css Color HEX #3E7B68 Viridian

📋 copy color: '#3E7B68'

red 62 ◦ green 123 ◦ blue 104

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

Shades of Viridian #3E7B68

Tints of Viridian #3E7B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.56%

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

R = 21.45%
G = 42.56%
B = 35.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#3E7B68 (or 0x3E7B68) is known color: Viridian. HEX triplet: 3E, 7B and 68. RGB value is (62,123,104). Sum of RGB (Red+Green+Blue) = 62+123+104=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #3E7B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7B68 is #C18497. Grayscale: #666666. Windows color (decimal): -12682392 or 6847294. OLE color: 6847294.

HSL color Cylindrical-coordinate representation of color #3E7B68: hue angle of 161.31º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7B68 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 123 104 -
CMYK 0.50 0 0.15 0.52
HSL 161.31º 0.33% 0.36% -
HSV(B) 161.31º 0.5% 0.48% -
XYZ 11.57 16.19 15.61 -
YUV 102.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 62 123 104 0.50 0 0.15 0.52 161.31 0.33 0.36
Hex 3E 7B 68 32 0 F 34 A1 21 24
Octal 76 173 150 62 0 17 64 241 41 44
Binary 111110 1111011 1101000 110010 0 1111 110100 10100001 100001 100100

Color Harmonies of #3E7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7B68

Black with #3E7B68

Text Example


Text Example

White with #3E7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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