Html Css Color HEX #418369 Viridian

📋 copy color: '#418369'

red 65 ◦ green 131 ◦ blue 105

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

Shades of Viridian #418369

Tints of Viridian #418369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.52%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 21.59%
G = 43.52%
B = 34.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#418369 (or 0x418369) is known color: Viridian. HEX triplet: 41, 83 and 69. RGB value is (65,131,105). Sum of RGB (Red+Green+Blue) = 65+131+105=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 131 - color contains mainly: green. Hex color #418369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418369 is #BE7C96. Grayscale: #6C6C6C. Windows color (decimal): -12483735 or 6914881. OLE color: 6914881.

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

Color convert

RGB 65 131 105 -
CMYK 0.50 0 0.20 0.49
HSL 156.36º 0.34% 0.38% -
HSV(B) 156.36º 0.5% 0.51% -
XYZ 12.85 18.38 16.23 -
YUV 108.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 65 131 105 0.50 0 0.20 0.49 156.36 0.34 0.38
Hex 41 83 69 32 0 14 31 9C 22 26
Octal 101 203 151 62 0 24 61 234 42 46
Binary 1000001 10000011 1101001 110010 0 10100 110001 10011100 100010 100110

Color Harmonies of #418369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418369

Black with #418369

Text Example


Text Example

White with #418369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418369; }

 p { color: rgb(65,131,105); }

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

background-color css

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

 a { background-color: rgb(65,131,105); }

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

border-color css

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

 span { border-color: rgb(65,131,105); }

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