Html Css Color HEX #468A68 Viridian

📋 copy color: '#468A68'

red 70 ◦ green 138 ◦ blue 104

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

Shades of Viridian #468A68

Tints of Viridian #468A68

RGB

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

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

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

R = 22.44%
G = 44.23%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#468A68 (or 0x468A68) is known color: Viridian. HEX triplet: 46, 8A and 68. RGB value is (70,138,104). Sum of RGB (Red+Green+Blue) = 70+138+104=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #468A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468A68 is #B97597. Grayscale: #717171. Windows color (decimal): -12154264 or 6851142. OLE color: 6851142.

HSL color Cylindrical-coordinate representation of color #468A68: hue angle of 150º 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 #468A68 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 138 104 -
CMYK 0.49 0 0.25 0.46
HSL 150º 0.33% 0.41% -
HSV(B) 150º 0.49% 0.54% -
XYZ 14.11 20.48 16.31 -
YUV 113.79 122.47 96.76 -
System Red Green Blue C M Y K H S L
Decimal 70 138 104 0.49 0 0.25 0.46 150 0.33 0.41
Hex 46 8A 68 31 0 19 2E 96 21 29
Octal 106 212 150 61 0 31 56 226 41 51
Binary 1000110 10001010 1101000 110001 0 11001 101110 10010110 100001 101001

Color Harmonies of #468A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468A68

Black with #468A68

Text Example


Text Example

White with #468A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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