Html Css Color HEX #409270 Viridian

📋 copy color: '#409270'

red 64 ◦ green 146 ◦ blue 112

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

Shades of Viridian #409270

Tints of Viridian #409270

RGB

 RED value IS 64 (25.39% from 255) = 19.88%

 GREEN value IS 146 (57.42% from 255) = 45.34%

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

R = 19.88%
G = 45.34%
B = 34.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#409270 (or 0x409270) is known color: Viridian. HEX triplet: 40, 92 and 70. RGB value is (64,146,112). Sum of RGB (Red+Green+Blue) = 64+146+112=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #409270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409270 is #BF6D8F. Grayscale: #757575. Windows color (decimal): -12545424 or 7377472. OLE color: 7377472.

HSL color Cylindrical-coordinate representation of color #409270: hue angle of 155.12º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409270 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 146 112 -
CMYK 0.56 0 0.23 0.43
HSL 155.12º 0.39% 0.41% -
HSV(B) 155.12º 0.56% 0.57% -
XYZ 15.32 22.82 18.93 -
YUV 117.61 124.83 89.76 -
System Red Green Blue C M Y K H S L
Decimal 64 146 112 0.56 0 0.23 0.43 155.12 0.39 0.41
Hex 40 92 70 38 0 17 2B 9B 27 29
Octal 100 222 160 70 0 27 53 233 47 51
Binary 1000000 10010010 1110000 111000 0 10111 101011 10011011 100111 101001

Color Harmonies of #409270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409270

Black with #409270

Text Example


Text Example

White with #409270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409270; }

 p { color: rgb(64,146,112); }

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

background-color css

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

 a { background-color: rgb(64,146,112); }

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

border-color css

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

 span { border-color: rgb(64,146,112); }

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