Html Css Color HEX #468268 Viridian

📋 copy color: '#468268'

red 70 ◦ green 130 ◦ blue 104

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

Shades of Viridian #468268

Tints of Viridian #468268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.76%

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

R = 23.03%
G = 42.76%
B = 34.21%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#468268 (or 0x468268) is known color: Viridian. HEX triplet: 46, 82 and 68. RGB value is (70,130,104). Sum of RGB (Red+Green+Blue) = 70+130+104=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #468268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468268 is #B97D97. Grayscale: #6D6D6D. Windows color (decimal): -12156312 or 6849094. OLE color: 6849094.

HSL color Cylindrical-coordinate representation of color #468268: hue angle of 154º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468268 is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 104 -
CMYK 0.46 0 0.2 0.49
HSL 154º 0.3% 0.39% -
HSV(B) 154º 0.46% 0.51% -
XYZ 13.01 18.27 15.94 -
YUV 109.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 70 130 104 0.46 0 0.2 0.49 154 0.3 0.39
Hex 46 82 68 2E 0 14 31 9A 1E 27
Octal 106 202 150 56 0 24 61 232 36 47
Binary 1000110 10000010 1101000 101110 0 10100 110001 10011010 11110 100111

Color Harmonies of #468268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468268

Black with #468268

Text Example


Text Example

White with #468268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468268; }

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

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

background-color css

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

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

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

border-color css

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

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

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