Html Css Color HEX #418265 Viridian

📋 copy color: '#418265'

red 65 ◦ green 130 ◦ blue 101

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

Shades of Viridian #418265

Tints of Viridian #418265

RGB

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

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

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

R = 21.96%
G = 43.92%
B = 34.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#418265 (or 0x418265) is known color: Viridian. HEX triplet: 41, 82 and 65. RGB value is (65,130,101). Sum of RGB (Red+Green+Blue) = 65+130+101=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #418265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418265 is #BE7D9A. Grayscale: #6B6B6B. Windows color (decimal): -12483995 or 6652481. OLE color: 6652481.

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

Color convert

RGB 65 130 101 -
CMYK 0.50 0 0.22 0.49
HSL 153.23º 0.33% 0.38% -
HSV(B) 153.23º 0.5% 0.51% -
XYZ 12.51 18.03 15.13 -
YUV 107.26 124.47 97.86 -
System Red Green Blue C M Y K H S L
Decimal 65 130 101 0.50 0 0.22 0.49 153.23 0.33 0.38
Hex 41 82 65 32 0 16 31 99 21 26
Octal 101 202 145 62 0 26 61 231 41 46
Binary 1000001 10000010 1100101 110010 0 10110 110001 10011001 100001 100110

Color Harmonies of #418265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418265

Black with #418265

Text Example


Text Example

White with #418265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418265; }

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

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

background-color css

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

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

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

border-color css

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

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

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