Html Css Color HEX #457461 Viridian

📋 copy color: '#457461'

red 69 ◦ green 116 ◦ blue 97

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

Shades of Viridian #457461

Tints of Viridian #457461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.13%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 24.47%
G = 41.13%
B = 34.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#457461 (or 0x457461) is known color: Viridian. HEX triplet: 45, 74 and 61. RGB value is (69,116,97). Sum of RGB (Red+Green+Blue) = 69+116+97=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #457461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457461 is #BA8B9E. Grayscale: #636363. Windows color (decimal): -12225439 or 6386757. OLE color: 6386757.

HSL color Cylindrical-coordinate representation of color #457461: hue angle of 155.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457461 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 116 97 -
CMYK 0.41 0 0.16 0.55
HSL 155.74º 0.25% 0.36% -
HSV(B) 155.74º 0.41% 0.45% -
XYZ 10.86 14.62 13.56 -
YUV 99.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 69 116 97 0.41 0 0.16 0.55 155.74 0.25 0.36
Hex 45 74 61 29 0 10 37 9C 19 24
Octal 105 164 141 51 0 20 67 234 31 44
Binary 1000101 1110100 1100001 101001 0 10000 110111 10011100 11001 100100

Color Harmonies of #457461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457461

Black with #457461

Text Example


Text Example

White with #457461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457461; }

 p { color: rgb(69,116,97); }

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

background-color css

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

 a { background-color: rgb(69,116,97); }

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

border-color css

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

 span { border-color: rgb(69,116,97); }

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