Html Css Color HEX #418866 Viridian

📋 copy color: '#418866'

red 65 ◦ green 136 ◦ blue 102

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

Shades of Viridian #418866

Tints of Viridian #418866

RGB

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

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

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

R = 21.45%
G = 44.88%
B = 33.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#418866 (or 0x418866) is known color: Viridian. HEX triplet: 41, 88 and 66. RGB value is (65,136,102). Sum of RGB (Red+Green+Blue) = 65+136+102=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #418866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418866 is #BE7799. Grayscale: #6E6E6E. Windows color (decimal): -12482458 or 6719553. OLE color: 6719553.

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

Color convert

RGB 65 136 102 -
CMYK 0.52 0 0.25 0.47
HSL 151.27º 0.35% 0.39% -
HSV(B) 151.27º 0.52% 0.53% -
XYZ 13.38 19.69 15.67 -
YUV 110.9 122.98 95.26 -
System Red Green Blue C M Y K H S L
Decimal 65 136 102 0.52 0 0.25 0.47 151.27 0.35 0.39
Hex 41 88 66 34 0 19 2F 97 23 27
Octal 101 210 146 64 0 31 57 227 43 47
Binary 1000001 10001000 1100110 110100 0 11001 101111 10010111 100011 100111

Color Harmonies of #418866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418866

Black with #418866

Text Example


Text Example

White with #418866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418866; }

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

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

background-color css

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

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

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

border-color css

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

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

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