Html Css Color HEX #418072 Viridian

📋 copy color: '#418072'

red 65 ◦ green 128 ◦ blue 114

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

Shades of Viridian #418072

Tints of Viridian #418072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.69%

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

R = 21.17%
G = 41.69%
B = 37.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#418072 (or 0x418072) is known color: Viridian. HEX triplet: 41, 80 and 72. RGB value is (65,128,114). Sum of RGB (Red+Green+Blue) = 65+128+114=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #418072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418072 is #BE7F8D. Grayscale: #6B6B6B. Windows color (decimal): -12484494 or 7503937. OLE color: 7503937.

HSL color Cylindrical-coordinate representation of color #418072: hue angle of 166.67º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #418072 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 128 114 -
CMYK 0.49 0 0.11 0.50
HSL 166.67º 0.33% 0.38% -
HSV(B) 166.67º 0.49% 0.5% -
XYZ 12.94 17.78 18.67 -
YUV 107.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 65 128 114 0.49 0 0.11 0.50 166.67 0.33 0.38
Hex 41 80 72 31 0 B 32 A7 21 26
Octal 101 200 162 61 0 13 62 247 41 46
Binary 1000001 10000000 1110010 110001 0 1011 110010 10100111 100001 100110

Color Harmonies of #418072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418072

Black with #418072

Text Example


Text Example

White with #418072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418072; }

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

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

background-color css

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

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

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

border-color css

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

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

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