Html Css Color HEX #418365 Viridian

📋 copy color: '#418365'

red 65 ◦ green 131 ◦ blue 101

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

Shades of Viridian #418365

Tints of Viridian #418365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.01%

R = 21.89%
G = 44.11%
B = 34.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#418365 (or 0x418365) is known color: Viridian. HEX triplet: 41, 83 and 65. RGB value is (65,131,101). Sum of RGB (Red+Green+Blue) = 65+131+101=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 131 - color contains mainly: green. Hex color #418365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418365 is #BE7C9A. Grayscale: #6B6B6B. Windows color (decimal): -12483739 or 6652737. OLE color: 6652737.

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

Color convert

RGB 65 131 101 -
CMYK 0.50 0 0.23 0.49
HSL 152.73º 0.34% 0.38% -
HSV(B) 152.73º 0.5% 0.51% -
XYZ 12.65 18.3 15.18 -
YUV 107.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 65 131 101 0.50 0 0.23 0.49 152.73 0.34 0.38
Hex 41 83 65 32 0 17 31 99 22 26
Octal 101 203 145 62 0 27 61 231 42 46
Binary 1000001 10000011 1100101 110010 0 10111 110001 10011001 100010 100110

Color Harmonies of #418365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418365

Black with #418365

Text Example


Text Example

White with #418365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418365; }

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

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

background-color css

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

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

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

border-color css

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

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

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