Html Css Color HEX #3D8866 Viridian

📋 copy color: '#3D8866'

red 61 ◦ green 136 ◦ blue 102

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

Shades of Viridian #3D8866

Tints of Viridian #3D8866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.48%

 BLUE value IS 102 (40.23% from 255) = 34.11%

R = 20.4%
G = 45.48%
B = 34.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#3D8866 (or 0x3D8866) is known color: Viridian. HEX triplet: 3D, 88 and 66. RGB value is (61,136,102). Sum of RGB (Red+Green+Blue) = 61+136+102=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8866 is #C27799. Grayscale: #6D6D6D. Windows color (decimal): -12744602 or 6719549. OLE color: 6719549.

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

Color convert

RGB 61 136 102 -
CMYK 0.55 0 0.25 0.47
HSL 152.8º 0.38% 0.39% -
HSV(B) 152.8º 0.55% 0.53% -
XYZ 13.13 19.56 15.65 -
YUV 109.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 61 136 102 0.55 0 0.25 0.47 152.8 0.38 0.39
Hex 3D 88 66 37 0 19 2F 99 26 27
Octal 75 210 146 67 0 31 57 231 46 47
Binary 111101 10001000 1100110 110111 0 11001 101111 10011001 100110 100111

Color Harmonies of #3D8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8866

Black with #3D8866

Text Example


Text Example

White with #3D8866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,136,102); }

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

background-color css

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

 a { background-color: rgb(61,136,102); }

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

border-color css

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

 span { border-color: rgb(61,136,102); }

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