Html Css Color HEX #468867 Viridian

📋 copy color: '#468867'

red 70 ◦ green 136 ◦ blue 103

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

Shades of Viridian #468867

Tints of Viridian #468867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.01%

 BLUE value IS 103 (40.63% from 255) = 33.33%

R = 22.65%
G = 44.01%
B = 33.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#468867 (or 0x468867) is known color: Viridian. HEX triplet: 46, 88 and 67. RGB value is (70,136,103). Sum of RGB (Red+Green+Blue) = 70+136+103=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #468867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468867 is #B97798. Grayscale: #707070. Windows color (decimal): -12154777 or 6785094. OLE color: 6785094.

HSL color Cylindrical-coordinate representation of color #468867: hue angle of 150º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #468867 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 103 -
CMYK 0.49 0 0.24 0.47
HSL 150º 0.32% 0.4% -
HSV(B) 150º 0.49% 0.53% -
XYZ 13.78 19.89 15.94 -
YUV 112.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 70 136 103 0.49 0 0.24 0.47 150 0.32 0.4
Hex 46 88 67 31 0 18 2F 96 20 28
Octal 106 210 147 61 0 30 57 226 40 50
Binary 1000110 10001000 1100111 110001 0 11000 101111 10010110 100000 101000

Color Harmonies of #468867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468867

Black with #468867

Text Example


Text Example

White with #468867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468867; }

 p { color: rgb(70,136,103); }

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

background-color css

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

 a { background-color: rgb(70,136,103); }

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

border-color css

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

 span { border-color: rgb(70,136,103); }

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