Html Css Color HEX #418270 Viridian

📋 copy color: '#418270'

red 65 ◦ green 130 ◦ blue 112

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

Shades of Viridian #418270

Tints of Viridian #418270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 21.17%
G = 42.35%
B = 36.48%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#418270 (or 0x418270) is known color: Viridian. HEX triplet: 41, 82 and 70. RGB value is (65,130,112). Sum of RGB (Red+Green+Blue) = 65+130+112=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #418270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418270 is #BE7D8F. Grayscale: #6C6C6C. Windows color (decimal): -12483984 or 7373377. OLE color: 7373377.

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

Color convert

RGB 65 130 112 -
CMYK 0.50 0 0.14 0.49
HSL 163.38º 0.33% 0.38% -
HSV(B) 163.38º 0.5% 0.51% -
XYZ 13.09 18.26 18.16 -
YUV 108.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 65 130 112 0.50 0 0.14 0.49 163.38 0.33 0.38
Hex 41 82 70 32 0 E 31 A3 21 26
Octal 101 202 160 62 0 16 61 243 41 46
Binary 1000001 10000010 1110000 110010 0 1110 110001 10100011 100001 100110

Color Harmonies of #418270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418270

Black with #418270

Text Example


Text Example

White with #418270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418270; }

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

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

background-color css

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

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

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

border-color css

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

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

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