Html Css Color HEX #418271 Viridian

📋 copy color: '#418271'

red 65 ◦ green 130 ◦ blue 113

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

Shades of Viridian #418271

Tints of Viridian #418271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.21%

 BLUE value IS 113 (44.53% from 255) = 36.69%

R = 21.1%
G = 42.21%
B = 36.69%

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

#418271 (or 0x418271) is known color: Viridian. HEX triplet: 41, 82 and 71. RGB value is (65,130,113). Sum of RGB (Red+Green+Blue) = 65+130+113=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #418271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418271 is #BE7D8E. Grayscale: #6C6C6C. Windows color (decimal): -12483983 or 7438913. OLE color: 7438913.

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

Color convert

RGB 65 130 113 -
CMYK 0.50 0 0.13 0.49
HSL 164.31º 0.33% 0.38% -
HSV(B) 164.31º 0.5% 0.51% -
XYZ 13.14 18.28 18.46 -
YUV 108.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 65 130 113 0.50 0 0.13 0.49 164.31 0.33 0.38
Hex 41 82 71 32 0 D 31 A4 21 26
Octal 101 202 161 62 0 15 61 244 41 46
Binary 1000001 10000010 1110001 110010 0 1101 110001 10100100 100001 100110

Color Harmonies of #418271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418271

Black with #418271

Text Example


Text Example

White with #418271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418271; }

 p { color: rgb(65,130,113); }

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

background-color css

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

 a { background-color: rgb(65,130,113); }

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

border-color css

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

 span { border-color: rgb(65,130,113); }

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