Html Css Color HEX #3A7661 Viridian

📋 copy color: '#3A7661'

red 58 ◦ green 118 ◦ blue 97

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

Shades of Viridian #3A7661

Tints of Viridian #3A7661

RGB

 RED value IS 58 (23.05% from 255) = 21.25%

 GREEN value IS 118 (46.48% from 255) = 43.22%

 BLUE value IS 97 (38.28% from 255) = 35.53%

R = 21.25%
G = 43.22%
B = 35.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#3A7661 (or 0x3A7661) is known color: Viridian. HEX triplet: 3A, 76 and 61. RGB value is (58,118,97). Sum of RGB (Red+Green+Blue) = 58+118+97=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #3A7661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7661 is #C5899E. Grayscale: #616161. Windows color (decimal): -12945823 or 6387258. OLE color: 6387258.

HSL color Cylindrical-coordinate representation of color #3A7661: hue angle of 159º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A7661 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 118 97 -
CMYK 0.51 0 0.18 0.54
HSL 159º 0.34% 0.35% -
HSV(B) 159º 0.51% 0.46% -
XYZ 10.38 14.72 13.6 -
YUV 97.67 127.62 99.71 -
System Red Green Blue C M Y K H S L
Decimal 58 118 97 0.51 0 0.18 0.54 159 0.34 0.35
Hex 3A 76 61 33 0 12 36 9F 22 23
Octal 72 166 141 63 0 22 66 237 42 43
Binary 111010 1110110 1100001 110011 0 10010 110110 10011111 100010 100011

Color Harmonies of #3A7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7661

Black with #3A7661

Text Example


Text Example

White with #3A7661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,118,97); }

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

background-color css

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

 a { background-color: rgb(58,118,97); }

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

border-color css

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

 span { border-color: rgb(58,118,97); }

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