Html Css Color HEX #418074 Viridian

📋 copy color: '#418074'

red 65 ◦ green 128 ◦ blue 116

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

Shades of Viridian #418074

Tints of Viridian #418074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.42%

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 21.04%
G = 41.42%
B = 37.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#418074 (or 0x418074) is known color: Viridian. HEX triplet: 41, 80 and 74. RGB value is (65,128,116). Sum of RGB (Red+Green+Blue) = 65+128+116=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #418074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418074 is #BE7F8B. Grayscale: #6B6B6B. Windows color (decimal): -12484492 or 7635009. OLE color: 7635009.

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

Color convert

RGB 65 128 116 -
CMYK 0.49 0 0.09 0.50
HSL 168.57º 0.33% 0.38% -
HSV(B) 168.57º 0.49% 0.5% -
XYZ 13.05 17.82 19.28 -
YUV 107.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 65 128 116 0.49 0 0.09 0.50 168.57 0.33 0.38
Hex 41 80 74 31 0 9 32 A9 21 26
Octal 101 200 164 61 0 11 62 251 41 46
Binary 1000001 10000000 1110100 110001 0 1001 110010 10101001 100001 100110

Color Harmonies of #418074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418074

Black with #418074

Text Example


Text Example

White with #418074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418074; }

 p { color: rgb(65,128,116); }

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

background-color css

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

 a { background-color: rgb(65,128,116); }

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

border-color css

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

 span { border-color: rgb(65,128,116); }

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