Html Css Color HEX #468A6E Viridian

📋 copy color: '#468A6E'

red 70 ◦ green 138 ◦ blue 110

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

Shades of Viridian #468A6E

Tints of Viridian #468A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.4%

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 22.01%
G = 43.4%
B = 34.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#468A6E (or 0x468A6E) is known color: Viridian. HEX triplet: 46, 8A and 6E. RGB value is (70,138,110). Sum of RGB (Red+Green+Blue) = 70+138+110=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #468A6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468A6E is #B97591. Grayscale: #727272. Windows color (decimal): -12154258 or 7244358. OLE color: 7244358.

HSL color Cylindrical-coordinate representation of color #468A6E: hue angle of 155.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468A6E is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 138 110 -
CMYK 0.49 0 0.20 0.46
HSL 155.29º 0.33% 0.41% -
HSV(B) 155.29º 0.49% 0.54% -
XYZ 14.43 20.6 17.97 -
YUV 114.48 125.47 96.28 -
System Red Green Blue C M Y K H S L
Decimal 70 138 110 0.49 0 0.20 0.46 155.29 0.33 0.41
Hex 46 8A 6E 31 0 14 2E 9B 21 29
Octal 106 212 156 61 0 24 56 233 41 51
Binary 1000110 10001010 1101110 110001 0 10100 101110 10011011 100001 101001

Color Harmonies of #468A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468A6E

Black with #468A6E

Text Example


Text Example

White with #468A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468A6E; }

 p { color: rgb(70,138,110); }

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

background-color css

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

 a { background-color: rgb(70,138,110); }

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

border-color css

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

 span { border-color: rgb(70,138,110); }

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