Html Css Color HEX #457762 Viridian

📋 copy color: '#457762'

red 69 ◦ green 119 ◦ blue 98

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

Shades of Viridian #457762

Tints of Viridian #457762

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.61%

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

R = 24.13%
G = 41.61%
B = 34.27%

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

#457762 (or 0x457762) is known color: Viridian. HEX triplet: 45, 77 and 62. RGB value is (69,119,98). Sum of RGB (Red+Green+Blue) = 69+119+98=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #457762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457762 is #BA889D. Grayscale: #656565. Windows color (decimal): -12224670 or 6453061. OLE color: 6453061.

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

Color convert

RGB 69 119 98 -
CMYK 0.42 0 0.18 0.53
HSL 154.8º 0.27% 0.37% -
HSV(B) 154.8º 0.42% 0.47% -
XYZ 11.26 15.34 13.92 -
YUV 101.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 69 119 98 0.42 0 0.18 0.53 154.8 0.27 0.37
Hex 45 77 62 2A 0 12 35 9B 1B 25
Octal 105 167 142 52 0 22 65 233 33 45
Binary 1000101 1110111 1100010 101010 0 10010 110101 10011011 11011 100101

Color Harmonies of #457762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457762

Black with #457762

Text Example


Text Example

White with #457762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457762; }

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

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

background-color css

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

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

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

border-color css

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

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

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