Html Css Color HEX #418668 Viridian

📋 copy color: '#418668'

red 65 ◦ green 134 ◦ blue 104

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

Shades of Viridian #418668

Tints of Viridian #418668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 21.45%
G = 44.22%
B = 34.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#418668 (or 0x418668) is known color: Viridian. HEX triplet: 41, 86 and 68. RGB value is (65,134,104). Sum of RGB (Red+Green+Blue) = 65+134+104=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #418668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418668 is #BE7997. Grayscale: #6E6E6E. Windows color (decimal): -12482968 or 6850113. OLE color: 6850113.

HSL color Cylindrical-coordinate representation of color #418668: hue angle of 153.91º 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 #418668 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 134 104 -
CMYK 0.51 0 0.22 0.47
HSL 153.91º 0.35% 0.39% -
HSV(B) 153.91º 0.51% 0.53% -
XYZ 13.2 19.17 16.1 -
YUV 109.95 124.64 95.94 -
System Red Green Blue C M Y K H S L
Decimal 65 134 104 0.51 0 0.22 0.47 153.91 0.35 0.39
Hex 41 86 68 33 0 16 2F 9A 23 27
Octal 101 206 150 63 0 26 57 232 43 47
Binary 1000001 10000110 1101000 110011 0 10110 101111 10011010 100011 100111

Color Harmonies of #418668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418668

Black with #418668

Text Example


Text Example

White with #418668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418668; }

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

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

background-color css

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

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

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

border-color css

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

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

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