Html Css Color HEX #468568 Viridian

📋 copy color: '#468568'

red 70 ◦ green 133 ◦ blue 104

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

Shades of Viridian #468568

Tints of Viridian #468568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.32%

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

R = 22.8%
G = 43.32%
B = 33.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#468568 (or 0x468568) is known color: Viridian. HEX triplet: 46, 85 and 68. RGB value is (70,133,104). Sum of RGB (Red+Green+Blue) = 70+133+104=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #468568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468568 is #B97A97. Grayscale: #6E6E6E. Windows color (decimal): -12155544 or 6849862. OLE color: 6849862.

HSL color Cylindrical-coordinate representation of color #468568: hue angle of 152.38º 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 #468568 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 133 104 -
CMYK 0.47 0 0.22 0.48
HSL 152.38º 0.31% 0.4% -
HSV(B) 152.38º 0.47% 0.52% -
XYZ 13.41 19.08 16.07 -
YUV 110.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 70 133 104 0.47 0 0.22 0.48 152.38 0.31 0.4
Hex 46 85 68 2F 0 16 30 98 1F 28
Octal 106 205 150 57 0 26 60 230 37 50
Binary 1000110 10000101 1101000 101111 0 10110 110000 10011000 11111 101000

Color Harmonies of #468568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468568

Black with #468568

Text Example


Text Example

White with #468568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468568; }

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

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

background-color css

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

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

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

border-color css

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

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

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