Html Css Color HEX #457B69 Viridian

📋 copy color: '#457B69'

red 69 ◦ green 123 ◦ blue 105

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

Shades of Viridian #457B69

Tints of Viridian #457B69

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.41%

 BLUE value IS 105 (41.41% from 255) = 35.35%

R = 23.23%
G = 41.41%
B = 35.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#457B69 (or 0x457B69) is known color: Viridian. HEX triplet: 45, 7B and 69. RGB value is (69,123,105). Sum of RGB (Red+Green+Blue) = 69+123+105=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 123 - color contains mainly: green. Hex color #457B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457B69 is #BA8496. Grayscale: #686868. Windows color (decimal): -12223639 or 6912837. OLE color: 6912837.

HSL color Cylindrical-coordinate representation of color #457B69: hue angle of 160º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457B69 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 123 105 -
CMYK 0.44 0 0.15 0.52
HSL 160º 0.28% 0.38% -
HSV(B) 160º 0.44% 0.48% -
XYZ 12.09 16.45 15.9 -
YUV 104.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 69 123 105 0.44 0 0.15 0.52 160 0.28 0.38
Hex 45 7B 69 2C 0 F 34 A0 1C 26
Octal 105 173 151 54 0 17 64 240 34 46
Binary 1000101 1111011 1101001 101100 0 1111 110100 10100000 11100 100110

Color Harmonies of #457B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457B69

Black with #457B69

Text Example


Text Example

White with #457B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,123,105); }

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

background-color css

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

 a { background-color: rgb(69,123,105); }

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

border-color css

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

 span { border-color: rgb(69,123,105); }

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