Html Css Color HEX #418375 Viridian

📋 copy color: '#418375'

red 65 ◦ green 131 ◦ blue 117

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

Shades of Viridian #418375

Tints of Viridian #418375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 20.77%
G = 41.85%
B = 37.38%

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

#418375 (or 0x418375) is known color: Viridian. HEX triplet: 41, 83 and 75. RGB value is (65,131,117). Sum of RGB (Red+Green+Blue) = 65+131+117=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #418375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418375 is #BE7C8A. Grayscale: #6D6D6D. Windows color (decimal): -12483723 or 7701313. OLE color: 7701313.

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

Color convert

RGB 65 131 117 -
CMYK 0.50 0 0.11 0.49
HSL 167.27º 0.34% 0.38% -
HSV(B) 167.27º 0.5% 0.51% -
XYZ 13.51 18.64 19.72 -
YUV 109.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 65 131 117 0.50 0 0.11 0.49 167.27 0.34 0.38
Hex 41 83 75 32 0 B 31 A7 22 26
Octal 101 203 165 62 0 13 61 247 42 46
Binary 1000001 10000011 1110101 110010 0 1011 110001 10100111 100010 100110

Color Harmonies of #418375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418375

Black with #418375

Text Example


Text Example

White with #418375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418375; }

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

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

background-color css

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

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

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

border-color css

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

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

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