Html Css Color HEX #3D9272 Viridian

📋 copy color: '#3D9272'

red 61 ◦ green 146 ◦ blue 114

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

Shades of Viridian #3D9272

Tints of Viridian #3D9272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 19%
G = 45.48%
B = 35.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#3D9272 (or 0x3D9272) is known color: Viridian. HEX triplet: 3D, 92 and 72. RGB value is (61,146,114). Sum of RGB (Red+Green+Blue) = 61+146+114=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #3D9272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9272 is #C26D8D. Grayscale: #747474. Windows color (decimal): -12742030 or 7508541. OLE color: 7508541.

HSL color Cylindrical-coordinate representation of color #3D9272: hue angle of 157.41º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D9272 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 61 146 114 -
CMYK 0.58 0 0.22 0.43
HSL 157.41º 0.41% 0.41% -
HSV(B) 157.41º 0.58% 0.57% -
XYZ 15.24 22.76 19.51 -
YUV 116.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 61 146 114 0.58 0 0.22 0.43 157.41 0.41 0.41
Hex 3D 92 72 3A 0 16 2B 9D 29 29
Octal 75 222 162 72 0 26 53 235 51 51
Binary 111101 10010010 1110010 111010 0 10110 101011 10011101 101001 101001

Color Harmonies of #3D9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D9272

Black with #3D9272

Text Example


Text Example

White with #3D9272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,146,114); }

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

background-color css

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

 a { background-color: rgb(61,146,114); }

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

border-color css

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

 span { border-color: rgb(61,146,114); }

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