Html Css Color HEX #468765 Viridian

📋 copy color: '#468765'

red 70 ◦ green 135 ◦ blue 101

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

Shades of Viridian #468765

Tints of Viridian #468765

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.12%

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 22.88%
G = 44.12%
B = 33.01%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#468765 (or 0x468765) is known color: Viridian. HEX triplet: 46, 87 and 65. RGB value is (70,135,101). Sum of RGB (Red+Green+Blue) = 70+135+101=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #468765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468765 is #B9789A. Grayscale: #6F6F6F. Windows color (decimal): -12155035 or 6653766. OLE color: 6653766.

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

Color convert

RGB 70 135 101 -
CMYK 0.48 0 0.25 0.47
HSL 148.62º 0.32% 0.4% -
HSV(B) 148.62º 0.48% 0.53% -
XYZ 13.54 19.57 15.38 -
YUV 111.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 70 135 101 0.48 0 0.25 0.47 148.62 0.32 0.4
Hex 46 87 65 30 0 19 2F 95 20 28
Octal 106 207 145 60 0 31 57 225 40 50
Binary 1000110 10000111 1100101 110000 0 11001 101111 10010101 100000 101000

Color Harmonies of #468765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468765

Black with #468765

Text Example


Text Example

White with #468765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468765; }

 p { color: rgb(70,135,101); }

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

background-color css

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

 a { background-color: rgb(70,135,101); }

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

border-color css

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

 span { border-color: rgb(70,135,101); }

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