Html Css Color HEX #418264 Viridian

📋 copy color: '#418264'

red 65 ◦ green 130 ◦ blue 100

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

Shades of Viridian #418264

Tints of Viridian #418264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 22.03%
G = 44.07%
B = 33.9%

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

#418264 (or 0x418264) is known color: Viridian. HEX triplet: 41, 82 and 64. RGB value is (65,130,100). Sum of RGB (Red+Green+Blue) = 65+130+100=295 (39% of max value = 765). Red value is 65 (25.78% from 255 or 22.03% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #418264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418264 is #BE7D9B. Grayscale: #6B6B6B. Windows color (decimal): -12483996 or 6586945. OLE color: 6586945.

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

Color convert

RGB 65 130 100 -
CMYK 0.50 0 0.23 0.49
HSL 152.31º 0.33% 0.38% -
HSV(B) 152.31º 0.5% 0.51% -
XYZ 12.46 18.01 14.88 -
YUV 107.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 65 130 100 0.50 0 0.23 0.49 152.31 0.33 0.38
Hex 41 82 64 32 0 17 31 98 21 26
Octal 101 202 144 62 0 27 61 230 41 46
Binary 1000001 10000010 1100100 110010 0 10111 110001 10011000 100001 100110

Color Harmonies of #418264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418264

Black with #418264

Text Example


Text Example

White with #418264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418264; }

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

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

background-color css

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

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

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

border-color css

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

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

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