Html Css Color HEX #457F68 Viridian

📋 copy color: '#457F68'

red 69 ◦ green 127 ◦ blue 104

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

Shades of Viridian #457F68

Tints of Viridian #457F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 23%
G = 42.33%
B = 34.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#457F68 (or 0x457F68) is known color: Viridian. HEX triplet: 45, 7F and 68. RGB value is (69,127,104). Sum of RGB (Red+Green+Blue) = 69+127+104=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 127 - color contains mainly: green. Hex color #457F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F68 is #BA8097. Grayscale: #6B6B6B. Windows color (decimal): -12222616 or 6848325. OLE color: 6848325.

HSL color Cylindrical-coordinate representation of color #457F68: hue angle of 156.21º 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 #457F68 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 127 104 -
CMYK 0.46 0 0.18 0.50
HSL 156.21º 0.3% 0.38% -
HSV(B) 156.21º 0.46% 0.5% -
XYZ 12.54 17.44 15.8 -
YUV 107.04 126.28 100.87 -
System Red Green Blue C M Y K H S L
Decimal 69 127 104 0.46 0 0.18 0.50 156.21 0.3 0.38
Hex 45 7F 68 2E 0 12 32 9C 1E 26
Octal 105 177 150 56 0 22 62 234 36 46
Binary 1000101 1111111 1101000 101110 0 10010 110010 10011100 11110 100110

Color Harmonies of #457F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457F68

Black with #457F68

Text Example


Text Example

White with #457F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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