Html Css Color HEX #3D8967 Viridian

📋 copy color: '#3D8967'

red 61 ◦ green 137 ◦ blue 103

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

Shades of Viridian #3D8967

Tints of Viridian #3D8967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 20.27%
G = 45.51%
B = 34.22%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#3D8967 (or 0x3D8967) is known color: Viridian. HEX triplet: 3D, 89 and 67. RGB value is (61,137,103). Sum of RGB (Red+Green+Blue) = 61+137+103=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #3D8967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8967 is #C27698. Grayscale: #6E6E6E. Windows color (decimal): -12744345 or 6785341. OLE color: 6785341.

HSL color Cylindrical-coordinate representation of color #3D8967: hue angle of 153.16º 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 #3D8967 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 61 137 103 -
CMYK 0.55 0 0.25 0.46
HSL 153.16º 0.38% 0.39% -
HSV(B) 153.16º 0.55% 0.54% -
XYZ 13.32 19.86 15.96 -
YUV 110.4 123.82 92.76 -
System Red Green Blue C M Y K H S L
Decimal 61 137 103 0.55 0 0.25 0.46 153.16 0.38 0.39
Hex 3D 89 67 37 0 19 2E 99 26 27
Octal 75 211 147 67 0 31 56 231 46 47
Binary 111101 10001001 1100111 110111 0 11001 101110 10011001 100110 100111

Color Harmonies of #3D8967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8967

Black with #3D8967

Text Example


Text Example

White with #3D8967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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