Html Css Color HEX #457767 Viridian

📋 copy color: '#457767'

red 69 ◦ green 119 ◦ blue 103

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

Shades of Viridian #457767

Tints of Viridian #457767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.4%

R = 23.71%
G = 40.89%
B = 35.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#457767 (or 0x457767) is known color: Viridian. HEX triplet: 45, 77 and 67. RGB value is (69,119,103). Sum of RGB (Red+Green+Blue) = 69+119+103=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #457767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457767 is #BA8898. Grayscale: #666666. Windows color (decimal): -12224665 or 6780741. OLE color: 6780741.

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

Color convert

RGB 69 119 103 -
CMYK 0.42 0 0.13 0.53
HSL 160.8º 0.27% 0.37% -
HSV(B) 160.8º 0.42% 0.47% -
XYZ 11.5 15.44 15.21 -
YUV 102.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 69 119 103 0.42 0 0.13 0.53 160.8 0.27 0.37
Hex 45 77 67 2A 0 D 35 A1 1B 25
Octal 105 167 147 52 0 15 65 241 33 45
Binary 1000101 1110111 1100111 101010 0 1101 110101 10100001 11011 100101

Color Harmonies of #457767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457767

Black with #457767

Text Example


Text Example

White with #457767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457767; }

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

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

background-color css

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

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

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

border-color css

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

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

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