Html Css Color HEX #418666 Viridian

📋 copy color: '#418666'

red 65 ◦ green 134 ◦ blue 102

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

Shades of Viridian #418666

Tints of Viridian #418666

RGB

 RED value IS 65 (25.78% from 255) = 21.59%

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

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

R = 21.59%
G = 44.52%
B = 33.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#418666 (or 0x418666) is known color: Viridian. HEX triplet: 41, 86 and 66. RGB value is (65,134,102). Sum of RGB (Red+Green+Blue) = 65+134+102=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #418666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418666 is #BE7999. Grayscale: #6D6D6D. Windows color (decimal): -12482970 or 6719041. OLE color: 6719041.

HSL color Cylindrical-coordinate representation of color #418666: hue angle of 152.17º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418666 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 102 -
CMYK 0.51 0 0.24 0.47
HSL 152.17º 0.35% 0.39% -
HSV(B) 152.17º 0.51% 0.53% -
XYZ 13.1 19.13 15.57 -
YUV 109.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 65 134 102 0.51 0 0.24 0.47 152.17 0.35 0.39
Hex 41 86 66 33 0 18 2F 98 23 27
Octal 101 206 146 63 0 30 57 230 43 47
Binary 1000001 10000110 1100110 110011 0 11000 101111 10011000 100011 100111

Color Harmonies of #418666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418666

Black with #418666

Text Example


Text Example

White with #418666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418666; }

 p { color: rgb(65,134,102); }

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

background-color css

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

 a { background-color: rgb(65,134,102); }

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

border-color css

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

 span { border-color: rgb(65,134,102); }

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