Html Css Color HEX #418474 Viridian

📋 copy color: '#418474'

red 65 ◦ green 132 ◦ blue 116

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

Shades of Viridian #418474

Tints of Viridian #418474

RGB

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

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

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

R = 20.77%
G = 42.17%
B = 37.06%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#418474 (or 0x418474) is known color: Viridian. HEX triplet: 41, 84 and 74. RGB value is (65,132,116). Sum of RGB (Red+Green+Blue) = 65+132+116=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #418474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418474 is #BE7B8B. Grayscale: #6E6E6E. Windows color (decimal): -12483468 or 7636033. OLE color: 7636033.

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

Color convert

RGB 65 132 116 -
CMYK 0.51 0 0.12 0.48
HSL 165.67º 0.34% 0.39% -
HSV(B) 165.67º 0.51% 0.52% -
XYZ 13.58 18.89 19.45 -
YUV 110.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 65 132 116 0.51 0 0.12 0.48 165.67 0.34 0.39
Hex 41 84 74 33 0 C 30 A6 22 27
Octal 101 204 164 63 0 14 60 246 42 47
Binary 1000001 10000100 1110100 110011 0 1100 110000 10100110 100010 100111

Color Harmonies of #418474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418474

Black with #418474

Text Example


Text Example

White with #418474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418474; }

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

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

background-color css

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

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

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

border-color css

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

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

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