Html Css Color HEX #418277 Viridian

📋 copy color: '#418277'

red 65 ◦ green 130 ◦ blue 119

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

Shades of Viridian #418277

Tints of Viridian #418277

RGB

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

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

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

R = 20.7%
G = 41.4%
B = 37.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#418277 (or 0x418277) is known color: Viridian. HEX triplet: 41, 82 and 77. RGB value is (65,130,119). Sum of RGB (Red+Green+Blue) = 65+130+119=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #418277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418277 is #BE7D88. Grayscale: #6D6D6D. Windows color (decimal): -12483977 or 7832129. OLE color: 7832129.

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

Color convert

RGB 65 130 119 -
CMYK 0.50 0 0.08 0.49
HSL 169.85º 0.33% 0.38% -
HSV(B) 169.85º 0.5% 0.51% -
XYZ 13.49 18.42 20.3 -
YUV 109.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 65 130 119 0.50 0 0.08 0.49 169.85 0.33 0.38
Hex 41 82 77 32 0 8 31 AA 21 26
Octal 101 202 167 62 0 10 61 252 41 46
Binary 1000001 10000010 1110111 110010 0 1000 110001 10101010 100001 100110

Color Harmonies of #418277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418277

Black with #418277

Text Example


Text Example

White with #418277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418277; }

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

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

background-color css

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

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

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

border-color css

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

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

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