Html Css Color HEX #457862 Viridian

📋 copy color: '#457862'

red 69 ◦ green 120 ◦ blue 98

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

Shades of Viridian #457862

Tints of Viridian #457862

RGB

 RED value IS 69 (27.34% from 255) = 24.04%

 GREEN value IS 120 (47.27% from 255) = 41.81%

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 24.04%
G = 41.81%
B = 34.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#457862 (or 0x457862) is known color: Viridian. HEX triplet: 45, 78 and 62. RGB value is (69,120,98). Sum of RGB (Red+Green+Blue) = 69+120+98=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 120 - color contains mainly: green. Hex color #457862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457862 is #BA879D. Grayscale: #666666. Windows color (decimal): -12224414 or 6453317. OLE color: 6453317.

HSL color Cylindrical-coordinate representation of color #457862: hue angle of 154.12º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457862 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 120 98 -
CMYK 0.42 0 0.18 0.53
HSL 154.12º 0.27% 0.37% -
HSV(B) 154.12º 0.43% 0.47% -
XYZ 11.38 15.58 13.96 -
YUV 102.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 69 120 98 0.42 0 0.18 0.53 154.12 0.27 0.37
Hex 45 78 62 2A 0 12 35 9A 1B 25
Octal 105 170 142 52 0 22 65 232 33 45
Binary 1000101 1111000 1100010 101010 0 10010 110101 10011010 11011 100101

Color Harmonies of #457862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457862

Black with #457862

Text Example


Text Example

White with #457862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457862; }

 p { color: rgb(69,120,98); }

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

background-color css

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

 a { background-color: rgb(69,120,98); }

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

border-color css

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

 span { border-color: rgb(69,120,98); }

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