Html Css Color HEX #468375 Viridian

📋 copy color: '#468375'

red 70 ◦ green 131 ◦ blue 117

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

Shades of Viridian #468375

Tints of Viridian #468375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 22.01%
G = 41.19%
B = 36.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#468375 (or 0x468375) is known color: Viridian. HEX triplet: 46, 83 and 75. RGB value is (70,131,117). Sum of RGB (Red+Green+Blue) = 70+131+117=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #468375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468375 is #B97C8A. Grayscale: #6F6F6F. Windows color (decimal): -12156043 or 7701318. OLE color: 7701318.

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

Color convert

RGB 70 131 117 -
CMYK 0.47 0 0.11 0.49
HSL 166.23º 0.3% 0.39% -
HSV(B) 166.23º 0.47% 0.51% -
XYZ 13.85 18.82 19.73 -
YUV 111.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 70 131 117 0.47 0 0.11 0.49 166.23 0.3 0.39
Hex 46 83 75 2F 0 B 31 A6 1E 27
Octal 106 203 165 57 0 13 61 246 36 47
Binary 1000110 10000011 1110101 101111 0 1011 110001 10100110 11110 100111

Color Harmonies of #468375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468375

Black with #468375

Text Example


Text Example

White with #468375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468375; }

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

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

background-color css

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

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

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

border-color css

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

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

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