Html Css Color HEX #457662 Viridian

📋 copy color: '#457662'

red 69 ◦ green 118 ◦ blue 98

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

Shades of Viridian #457662

Tints of Viridian #457662

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

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

R = 24.21%
G = 41.4%
B = 34.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#457662 (or 0x457662) is known color: Viridian. HEX triplet: 45, 76 and 62. RGB value is (69,118,98). Sum of RGB (Red+Green+Blue) = 69+118+98=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #457662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457662 is #BA899D. Grayscale: #656565. Windows color (decimal): -12224926 or 6452805. OLE color: 6452805.

HSL color Cylindrical-coordinate representation of color #457662: hue angle of 155.51º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457662 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 118 98 -
CMYK 0.42 0 0.17 0.54
HSL 155.51º 0.26% 0.37% -
HSV(B) 155.51º 0.42% 0.46% -
XYZ 11.14 15.1 13.88 -
YUV 101.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 69 118 98 0.42 0 0.17 0.54 155.51 0.26 0.37
Hex 45 76 62 2A 0 11 36 9C 1A 25
Octal 105 166 142 52 0 21 66 234 32 45
Binary 1000101 1110110 1100010 101010 0 10001 110110 10011100 11010 100101

Color Harmonies of #457662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457662

Black with #457662

Text Example


Text Example

White with #457662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457662; }

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

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

background-color css

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

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

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

border-color css

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

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

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