Html Css Color HEX #457764 Viridian

📋 copy color: '#457764'

red 69 ◦ green 119 ◦ blue 100

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

Shades of Viridian #457764

Tints of Viridian #457764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 23.96%
G = 41.32%
B = 34.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#457764 (or 0x457764) is known color: Viridian. HEX triplet: 45, 77 and 64. RGB value is (69,119,100). Sum of RGB (Red+Green+Blue) = 69+119+100=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #457764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457764 is #BA889B. Grayscale: #656565. Windows color (decimal): -12224668 or 6584133. OLE color: 6584133.

HSL color Cylindrical-coordinate representation of color #457764: hue angle of 157.2º 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 #457764 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 119 100 -
CMYK 0.42 0 0.16 0.53
HSL 157.2º 0.27% 0.37% -
HSV(B) 157.2º 0.42% 0.47% -
XYZ 11.35 15.38 14.43 -
YUV 101.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 69 119 100 0.42 0 0.16 0.53 157.2 0.27 0.37
Hex 45 77 64 2A 0 10 35 9D 1B 25
Octal 105 167 144 52 0 20 65 235 33 45
Binary 1000101 1110111 1100100 101010 0 10000 110101 10011101 11011 100101

Color Harmonies of #457764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457764

Black with #457764

Text Example


Text Example

White with #457764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457764; }

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

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

background-color css

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

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

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

border-color css

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

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

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