Html Css Color HEX #418777 Viridian

📋 copy color: '#418777'

red 65 ◦ green 135 ◦ blue 119

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

Shades of Viridian #418777

Tints of Viridian #418777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.32%

 BLUE value IS 119 (46.88% from 255) = 37.3%

R = 20.38%
G = 42.32%
B = 37.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#418777 (or 0x418777) is known color: Viridian. HEX triplet: 41, 87 and 77. RGB value is (65,135,119). Sum of RGB (Red+Green+Blue) = 65+135+119=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #418777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418777 is #BE7888. Grayscale: #707070. Windows color (decimal): -12482697 or 7833409. OLE color: 7833409.

HSL color Cylindrical-coordinate representation of color #418777: hue angle of 166.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418777 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 135 119 -
CMYK 0.52 0 0.12 0.47
HSL 166.29º 0.35% 0.39% -
HSV(B) 166.29º 0.52% 0.53% -
XYZ 14.17 19.78 20.52 -
YUV 112.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 65 135 119 0.52 0 0.12 0.47 166.29 0.35 0.39
Hex 41 87 77 34 0 C 2F A6 23 27
Octal 101 207 167 64 0 14 57 246 43 47
Binary 1000001 10000111 1110111 110100 0 1100 101111 10100110 100011 100111

Color Harmonies of #418777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418777

Black with #418777

Text Example


Text Example

White with #418777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418777; }

 p { color: rgb(65,135,119); }

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

background-color css

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

 a { background-color: rgb(65,135,119); }

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

border-color css

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

 span { border-color: rgb(65,135,119); }

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