Html Css Color HEX #418168 Viridian

📋 copy color: '#418168'

red 65 ◦ green 129 ◦ blue 104

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

Shades of Viridian #418168

Tints of Viridian #418168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

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

R = 21.81%
G = 43.29%
B = 34.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#418168 (or 0x418168) is known color: Viridian. HEX triplet: 41, 81 and 68. RGB value is (65,129,104). Sum of RGB (Red+Green+Blue) = 65+129+104=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #418168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418168 is #BE7E97. Grayscale: #6B6B6B. Windows color (decimal): -12484248 or 6848833. OLE color: 6848833.

HSL color Cylindrical-coordinate representation of color #418168: hue angle of 156.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418168 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 129 104 -
CMYK 0.50 0 0.19 0.49
HSL 156.56º 0.33% 0.38% -
HSV(B) 156.56º 0.5% 0.51% -
XYZ 12.53 17.82 15.88 -
YUV 107.01 126.3 98.03 -
System Red Green Blue C M Y K H S L
Decimal 65 129 104 0.50 0 0.19 0.49 156.56 0.33 0.38
Hex 41 81 68 32 0 13 31 9D 21 26
Octal 101 201 150 62 0 23 61 235 41 46
Binary 1000001 10000001 1101000 110010 0 10011 110001 10011101 100001 100110

Color Harmonies of #418168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418168

Black with #418168

Text Example


Text Example

White with #418168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418168; }

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

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

background-color css

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

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

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

border-color css

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

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

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