Html Css Color HEX #418278 Viridian

📋 copy color: '#418278'

red 65 ◦ green 130 ◦ blue 120

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

Shades of Viridian #418278

Tints of Viridian #418278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

 BLUE value IS 120 (47.27% from 255) = 38.1%

R = 20.63%
G = 41.27%
B = 38.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#418278 (or 0x418278) is known color: Viridian. HEX triplet: 41, 82 and 78. RGB value is (65,130,120). Sum of RGB (Red+Green+Blue) = 65+130+120=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #418278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418278 is #BE7D87. Grayscale: #6D6D6D. Windows color (decimal): -12483976 or 7897665. OLE color: 7897665.

HSL color Cylindrical-coordinate representation of color #418278: hue angle of 170.77º 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 #418278 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 130 120 -
CMYK 0.50 0 0.08 0.49
HSL 170.77º 0.33% 0.38% -
HSV(B) 170.77º 0.5% 0.51% -
XYZ 13.55 18.45 20.62 -
YUV 109.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 65 130 120 0.50 0 0.08 0.49 170.77 0.33 0.38
Hex 41 82 78 32 0 8 31 AB 21 26
Octal 101 202 170 62 0 10 61 253 41 46
Binary 1000001 10000010 1111000 110010 0 1000 110001 10101011 100001 100110

Color Harmonies of #418278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418278

Black with #418278

Text Example


Text Example

White with #418278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418278; }

 p { color: rgb(65,130,120); }

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

background-color css

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

 a { background-color: rgb(65,130,120); }

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

border-color css

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

 span { border-color: rgb(65,130,120); }

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