Html Css Color HEX #457D61 Como

📋 copy color: '#457D61'

red 69 ◦ green 125 ◦ blue 97

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

Shades of Como #457D61

Tints of Como #457D61

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.96%

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

R = 23.71%
G = 42.96%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#457D61 (or 0x457D61) is known color: Como. HEX triplet: 45, 7D and 61. RGB value is (69,125,97). Sum of RGB (Red+Green+Blue) = 69+125+97=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 125 - color contains mainly: green. Hex color #457D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D61 is #BA829E. Grayscale: #696969. Windows color (decimal): -12223135 or 6389061. OLE color: 6389061.

HSL color Cylindrical-coordinate representation of color #457D61: hue angle of 150º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457D61 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 125 97 -
CMYK 0.45 0 0.22 0.51
HSL 150º 0.29% 0.38% -
HSV(B) 150º 0.45% 0.49% -
XYZ 11.95 16.8 13.92 -
YUV 105.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 69 125 97 0.45 0 0.22 0.51 150 0.29 0.38
Hex 45 7D 61 2D 0 16 33 96 1D 26
Octal 105 175 141 55 0 26 63 226 35 46
Binary 1000101 1111101 1100001 101101 0 10110 110011 10010110 11101 100110

Color Harmonies of #457D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457D61

Black with #457D61

Text Example


Text Example

White with #457D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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