Html Css Color HEX #467E55 Como

📋 copy color: '#467E55'

red 70 ◦ green 126 ◦ blue 85

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

Shades of Como #467E55

Tints of Como #467E55

RGB

 RED value IS 70 (27.73% from 255) = 24.91%

 GREEN value IS 126 (49.61% from 255) = 44.84%

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 24.91%
G = 44.84%
B = 30.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#467E55 (or 0x467E55) is known color: Como. HEX triplet: 46, 7E and 55. RGB value is (70,126,85). Sum of RGB (Red+Green+Blue) = 70+126+85=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 126 (49.61% from 255 or 44.84% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 126 - color contains mainly: green. Hex color #467E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467E55 is #B981AA. Grayscale: #686868. Windows color (decimal): -12157355 or 5602886. OLE color: 5602886.

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

Color convert

RGB 70 126 85 -
CMYK 0.44 0 0.33 0.51
HSL 136.07º 0.29% 0.38% -
HSV(B) 136.07º 0.44% 0.49% -
XYZ 11.63 16.88 11.24 -
YUV 104.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 70 126 85 0.44 0 0.33 0.51 136.07 0.29 0.38
Hex 46 7E 55 2C 0 21 33 88 1D 26
Octal 106 176 125 54 0 41 63 210 35 46
Binary 1000110 1111110 1010101 101100 0 100001 110011 10001000 11101 100110

Color Harmonies of #467E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467E55

Black with #467E55

Text Example


Text Example

White with #467E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467E55; }

 p { color: rgb(70,126,85); }

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

background-color css

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

 a { background-color: rgb(70,126,85); }

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

border-color css

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

 span { border-color: rgb(70,126,85); }

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