Html Css Color HEX #418268 Viridian

📋 copy color: '#418268'

red 65 ◦ green 130 ◦ blue 104

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

Shades of Viridian #418268

Tints of Viridian #418268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 21.74%
G = 43.48%
B = 34.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#418268 (or 0x418268) is known color: Viridian. HEX triplet: 41, 82 and 68. RGB value is (65,130,104). Sum of RGB (Red+Green+Blue) = 65+130+104=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #418268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418268 is #BE7D97. Grayscale: #6B6B6B. Windows color (decimal): -12483992 or 6849089. OLE color: 6849089.

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

Color convert

RGB 65 130 104 -
CMYK 0.50 0 0.2 0.49
HSL 156º 0.33% 0.38% -
HSV(B) 156º 0.5% 0.51% -
XYZ 12.66 18.09 15.92 -
YUV 107.6 125.97 97.61 -
System Red Green Blue C M Y K H S L
Decimal 65 130 104 0.50 0 0.2 0.49 156 0.33 0.38
Hex 41 82 68 32 0 14 31 9C 21 26
Octal 101 202 150 62 0 24 61 234 41 46
Binary 1000001 10000010 1101000 110010 0 10100 110001 10011100 100001 100110

Color Harmonies of #418268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418268

Black with #418268

Text Example


Text Example

White with #418268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418268; }

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

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

background-color css

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

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

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

border-color css

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

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

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