Html Css Color HEX #468165 Viridian

📋 copy color: '#468165'

red 70 ◦ green 129 ◦ blue 101

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

Shades of Viridian #468165

Tints of Viridian #468165

RGB

 RED value IS 70 (27.73% from 255) = 23.33%

 GREEN value IS 129 (50.78% from 255) = 43%

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

R = 23.33%
G = 43%
B = 33.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#468165 (or 0x468165) is known color: Viridian. HEX triplet: 46, 81 and 65. RGB value is (70,129,101). Sum of RGB (Red+Green+Blue) = 70+129+101=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #468165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468165 is #B97E9A. Grayscale: #6C6C6C. Windows color (decimal): -12156571 or 6652230. OLE color: 6652230.

HSL color Cylindrical-coordinate representation of color #468165: hue angle of 151.53º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468165 is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 101 -
CMYK 0.46 0 0.22 0.49
HSL 151.53º 0.3% 0.39% -
HSV(B) 151.53º 0.46% 0.51% -
XYZ 12.73 17.94 15.1 -
YUV 108.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 70 129 101 0.46 0 0.22 0.49 151.53 0.3 0.39
Hex 46 81 65 2E 0 16 31 98 1E 27
Octal 106 201 145 56 0 26 61 230 36 47
Binary 1000110 10000001 1100101 101110 0 10110 110001 10011000 11110 100111

Color Harmonies of #468165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468165

Black with #468165

Text Example


Text Example

White with #468165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468165; }

 p { color: rgb(70,129,101); }

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

background-color css

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

 a { background-color: rgb(70,129,101); }

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

border-color css

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

 span { border-color: rgb(70,129,101); }

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