Html Css Color HEX #3D9076 Viridian

📋 copy color: '#3D9076'

red 61 ◦ green 144 ◦ blue 118

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

Shades of Viridian #3D9076

Tints of Viridian #3D9076

RGB

 RED value IS 61 (24.22% from 255) = 18.89%

 GREEN value IS 144 (56.64% from 255) = 44.58%

 BLUE value IS 118 (46.48% from 255) = 36.53%

R = 18.89%
G = 44.58%
B = 36.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#3D9076 (or 0x3D9076) is known color: Viridian. HEX triplet: 3D, 90 and 76. RGB value is (61,144,118). Sum of RGB (Red+Green+Blue) = 61+144+118=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #3D9076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9076 is #C26F89. Grayscale: #747474. Windows color (decimal): -12742538 or 7770173. OLE color: 7770173.

HSL color Cylindrical-coordinate representation of color #3D9076: hue angle of 161.2º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9076 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 144 118 -
CMYK 0.58 0 0.18 0.44
HSL 161.2º 0.4% 0.4% -
HSV(B) 161.2º 0.58% 0.56% -
XYZ 15.17 22.25 20.63 -
YUV 116.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 61 144 118 0.58 0 0.18 0.44 161.2 0.4 0.4
Hex 3D 90 76 3A 0 12 2C A1 28 28
Octal 75 220 166 72 0 22 54 241 50 50
Binary 111101 10010000 1110110 111010 0 10010 101100 10100001 101000 101000

Color Harmonies of #3D9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9076

Black with #3D9076

Text Example


Text Example

White with #3D9076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,144,118); }

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

background-color css

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

 a { background-color: rgb(61,144,118); }

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

border-color css

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

 span { border-color: rgb(61,144,118); }

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