Html Css Color HEX #468469 Viridian

📋 copy color: '#468469'

red 70 ◦ green 132 ◦ blue 105

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

Shades of Viridian #468469

Tints of Viridian #468469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43%

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 22.8%
G = 43%
B = 34.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#468469 (or 0x468469) is known color: Viridian. HEX triplet: 46, 84 and 69. RGB value is (70,132,105). Sum of RGB (Red+Green+Blue) = 70+132+105=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #468469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468469 is #B97B96. Grayscale: #6E6E6E. Windows color (decimal): -12155799 or 6915142. OLE color: 6915142.

HSL color Cylindrical-coordinate representation of color #468469: hue angle of 153.87º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468469 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 105 -
CMYK 0.47 0 0.20 0.48
HSL 153.87º 0.31% 0.4% -
HSV(B) 153.87º 0.47% 0.52% -
XYZ 13.33 18.82 16.3 -
YUV 110.38 124.96 99.2 -
System Red Green Blue C M Y K H S L
Decimal 70 132 105 0.47 0 0.20 0.48 153.87 0.31 0.4
Hex 46 84 69 2F 0 14 30 9A 1F 28
Octal 106 204 151 57 0 24 60 232 37 50
Binary 1000110 10000100 1101001 101111 0 10100 110000 10011010 11111 101000

Color Harmonies of #468469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468469

Black with #468469

Text Example


Text Example

White with #468469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468469; }

 p { color: rgb(70,132,105); }

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

background-color css

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

 a { background-color: rgb(70,132,105); }

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

border-color css

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

 span { border-color: rgb(70,132,105); }

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