Html Css Color HEX #3D8665 Viridian

📋 copy color: '#3D8665'

red 61 ◦ green 134 ◦ blue 101

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

Shades of Viridian #3D8665

Tints of Viridian #3D8665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.27%

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

R = 20.61%
G = 45.27%
B = 34.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#3D8665 (or 0x3D8665) is known color: Viridian. HEX triplet: 3D, 86 and 65. RGB value is (61,134,101). Sum of RGB (Red+Green+Blue) = 61+134+101=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #3D8665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8665 is #C2799A. Grayscale: #6C6C6C. Windows color (decimal): -12745115 or 6653501. OLE color: 6653501.

HSL color Cylindrical-coordinate representation of color #3D8665: hue angle of 152.88º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D8665 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 134 101 -
CMYK 0.54 0 0.25 0.47
HSL 152.88º 0.37% 0.38% -
HSV(B) 152.88º 0.54% 0.53% -
XYZ 12.8 18.98 15.3 -
YUV 108.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 61 134 101 0.54 0 0.25 0.47 152.88 0.37 0.38
Hex 3D 86 65 36 0 19 2F 99 25 26
Octal 75 206 145 66 0 31 57 231 45 46
Binary 111101 10000110 1100101 110110 0 11001 101111 10011001 100101 100110

Color Harmonies of #3D8665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8665

Black with #3D8665

Text Example


Text Example

White with #3D8665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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