Html Css Color HEX #468365 Viridian

📋 copy color: '#468365'

red 70 ◦ green 131 ◦ blue 101

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

Shades of Viridian #468365

Tints of Viridian #468365

RGB

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

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

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

R = 23.18%
G = 43.38%
B = 33.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#468365 (or 0x468365) is known color: Viridian. HEX triplet: 46, 83 and 65. RGB value is (70,131,101). Sum of RGB (Red+Green+Blue) = 70+131+101=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #468365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468365 is #B97C9A. Grayscale: #6D6D6D. Windows color (decimal): -12156059 or 6652742. OLE color: 6652742.

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

Color convert

RGB 70 131 101 -
CMYK 0.47 0 0.23 0.49
HSL 150.49º 0.3% 0.39% -
HSV(B) 150.49º 0.47% 0.51% -
XYZ 12.99 18.47 15.19 -
YUV 109.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 70 131 101 0.47 0 0.23 0.49 150.49 0.3 0.39
Hex 46 83 65 2F 0 17 31 96 1E 27
Octal 106 203 145 57 0 27 61 226 36 47
Binary 1000110 10000011 1100101 101111 0 10111 110001 10010110 11110 100111

Color Harmonies of #468365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468365

Black with #468365

Text Example


Text Example

White with #468365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468365; }

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

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

background-color css

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

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

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

border-color css

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

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

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