Html Css Color HEX #418372 Viridian

📋 copy color: '#418372'

red 65 ◦ green 131 ◦ blue 114

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

Shades of Viridian #418372

Tints of Viridian #418372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 20.97%
G = 42.26%
B = 36.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#418372 (or 0x418372) is known color: Viridian. HEX triplet: 41, 83 and 72. RGB value is (65,131,114). Sum of RGB (Red+Green+Blue) = 65+131+114=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #418372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418372 is #BE7C8D. Grayscale: #6D6D6D. Windows color (decimal): -12483726 or 7504705. OLE color: 7504705.

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

Color convert

RGB 65 131 114 -
CMYK 0.50 0 0.13 0.49
HSL 164.55º 0.34% 0.38% -
HSV(B) 164.55º 0.5% 0.51% -
XYZ 13.33 18.57 18.8 -
YUV 109.33 130.63 96.38 -
System Red Green Blue C M Y K H S L
Decimal 65 131 114 0.50 0 0.13 0.49 164.55 0.34 0.38
Hex 41 83 72 32 0 D 31 A5 22 26
Octal 101 203 162 62 0 15 61 245 42 46
Binary 1000001 10000011 1110010 110010 0 1101 110001 10100101 100010 100110

Color Harmonies of #418372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418372

Black with #418372

Text Example


Text Example

White with #418372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418372; }

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

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

background-color css

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

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

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

border-color css

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

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

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