Html Css Color HEX #418374 Viridian

📋 copy color: '#418374'

red 65 ◦ green 131 ◦ blue 116

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

Shades of Viridian #418374

Tints of Viridian #418374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.99%

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

R = 20.83%
G = 41.99%
B = 37.18%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#418374 (or 0x418374) is known color: Viridian. HEX triplet: 41, 83 and 74. RGB value is (65,131,116). Sum of RGB (Red+Green+Blue) = 65+131+116=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #418374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418374 is #BE7C8B. Grayscale: #6D6D6D. Windows color (decimal): -12483724 or 7635777. OLE color: 7635777.

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

Color convert

RGB 65 131 116 -
CMYK 0.50 0 0.11 0.49
HSL 166.36º 0.34% 0.38% -
HSV(B) 166.36º 0.5% 0.51% -
XYZ 13.45 18.62 19.41 -
YUV 109.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 65 131 116 0.50 0 0.11 0.49 166.36 0.34 0.38
Hex 41 83 74 32 0 B 31 A6 22 26
Octal 101 203 164 62 0 13 61 246 42 46
Binary 1000001 10000011 1110100 110010 0 1011 110001 10100110 100010 100110

Color Harmonies of #418374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418374

Black with #418374

Text Example


Text Example

White with #418374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418374; }

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

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

background-color css

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

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

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

border-color css

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

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

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