Html Css Color HEX #418664 Viridian

📋 copy color: '#418664'

red 65 ◦ green 134 ◦ blue 100

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

Shades of Viridian #418664

Tints of Viridian #418664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 21.74%
G = 44.82%
B = 33.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#418664 (or 0x418664) is known color: Viridian. HEX triplet: 41, 86 and 64. RGB value is (65,134,100). Sum of RGB (Red+Green+Blue) = 65+134+100=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #418664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418664 is #BE799B. Grayscale: #6D6D6D. Windows color (decimal): -12482972 or 6587969. OLE color: 6587969.

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

Color convert

RGB 65 134 100 -
CMYK 0.51 0 0.25 0.47
HSL 150.43º 0.35% 0.39% -
HSV(B) 150.43º 0.51% 0.53% -
XYZ 13.01 19.09 15.06 -
YUV 109.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 65 134 100 0.51 0 0.25 0.47 150.43 0.35 0.39
Hex 41 86 64 33 0 19 2F 96 23 27
Octal 101 206 144 63 0 31 57 226 43 47
Binary 1000001 10000110 1100100 110011 0 11001 101111 10010110 100011 100111

Color Harmonies of #418664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418664

Black with #418664

Text Example


Text Example

White with #418664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418664; }

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

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

background-color css

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

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

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

border-color css

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

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

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