Html Css Color HEX #418464 Viridian

📋 copy color: '#418464'

red 65 ◦ green 132 ◦ blue 100

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

Shades of Viridian #418464

Tints of Viridian #418464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

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

R = 21.89%
G = 44.44%
B = 33.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#418464 (or 0x418464) is known color: Viridian. HEX triplet: 41, 84 and 64. RGB value is (65,132,100). Sum of RGB (Red+Green+Blue) = 65+132+100=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #418464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418464 is #BE7B9B. Grayscale: #6C6C6C. Windows color (decimal): -12483484 or 6587457. OLE color: 6587457.

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

Color convert

RGB 65 132 100 -
CMYK 0.51 0 0.24 0.48
HSL 151.34º 0.34% 0.39% -
HSV(B) 151.34º 0.51% 0.52% -
XYZ 12.73 18.55 14.97 -
YUV 108.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 65 132 100 0.51 0 0.24 0.48 151.34 0.34 0.39
Hex 41 84 64 33 0 18 30 97 22 27
Octal 101 204 144 63 0 30 60 227 42 47
Binary 1000001 10000100 1100100 110011 0 11000 110000 10010111 100010 100111

Color Harmonies of #418464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418464

Black with #418464

Text Example


Text Example

White with #418464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418464; }

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

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

background-color css

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

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

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

border-color css

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

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

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