Html Css Color HEX #3D8965 Viridian

📋 copy color: '#3D8965'

red 61 ◦ green 137 ◦ blue 101

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

Shades of Viridian #3D8965

Tints of Viridian #3D8965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.82%

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 20.4%
G = 45.82%
B = 33.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#3D8965 (or 0x3D8965) is known color: Viridian. HEX triplet: 3D, 89 and 65. RGB value is (61,137,101). Sum of RGB (Red+Green+Blue) = 61+137+101=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #3D8965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8965 is #C2769A. Grayscale: #6E6E6E. Windows color (decimal): -12744347 or 6654269. OLE color: 6654269.

HSL color Cylindrical-coordinate representation of color #3D8965: hue angle of 151.58º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8965 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 137 101 -
CMYK 0.55 0 0.26 0.46
HSL 151.58º 0.38% 0.39% -
HSV(B) 151.58º 0.55% 0.54% -
XYZ 13.22 19.82 15.44 -
YUV 110.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 61 137 101 0.55 0 0.26 0.46 151.58 0.38 0.39
Hex 3D 89 65 37 0 1A 2E 98 26 27
Octal 75 211 145 67 0 32 56 230 46 47
Binary 111101 10001001 1100101 110111 0 11010 101110 10011000 100110 100111

Color Harmonies of #3D8965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8965

Black with #3D8965

Text Example


Text Example

White with #3D8965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,137,101); }

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

background-color css

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

 a { background-color: rgb(61,137,101); }

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

border-color css

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

 span { border-color: rgb(61,137,101); }

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