Html Css Color HEX #457F64 Viridian

📋 copy color: '#457F64'

red 69 ◦ green 127 ◦ blue 100

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

Shades of Viridian #457F64

Tints of Viridian #457F64

RGB

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

 GREEN value IS 127 (50% from 255) = 42.91%

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

R = 23.31%
G = 42.91%
B = 33.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#457F64 (or 0x457F64) is known color: Viridian. HEX triplet: 45, 7F and 64. RGB value is (69,127,100). Sum of RGB (Red+Green+Blue) = 69+127+100=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #457F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F64 is #BA809B. Grayscale: #6A6A6A. Windows color (decimal): -12222620 or 6586181. OLE color: 6586181.

HSL color Cylindrical-coordinate representation of color #457F64: hue angle of 152.07º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F64 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 127 100 -
CMYK 0.46 0 0.21 0.50
HSL 152.07º 0.3% 0.38% -
HSV(B) 152.07º 0.46% 0.5% -
XYZ 12.34 17.36 14.76 -
YUV 106.58 124.28 101.2 -
System Red Green Blue C M Y K H S L
Decimal 69 127 100 0.46 0 0.21 0.50 152.07 0.3 0.38
Hex 45 7F 64 2E 0 15 32 98 1E 26
Octal 105 177 144 56 0 25 62 230 36 46
Binary 1000101 1111111 1100100 101110 0 10101 110010 10011000 11110 100110

Color Harmonies of #457F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457F64

Black with #457F64

Text Example


Text Example

White with #457F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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