Html Css Color HEX #467F58 Como

📋 copy color: '#467F58'

red 70 ◦ green 127 ◦ blue 88

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

Shades of Como #467F58

Tints of Como #467F58

RGB

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

 GREEN value IS 127 (50% from 255) = 44.56%

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 24.56%
G = 44.56%
B = 30.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#467F58 (or 0x467F58) is known color: Como. HEX triplet: 46, 7F and 58. RGB value is (70,127,88). Sum of RGB (Red+Green+Blue) = 70+127+88=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #467F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F58 is #B980A7. Grayscale: #696969. Windows color (decimal): -12157096 or 5799750. OLE color: 5799750.

HSL color Cylindrical-coordinate representation of color #467F58: hue angle of 138.95º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F58 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 88 -
CMYK 0.45 0 0.31 0.50
HSL 138.95º 0.29% 0.39% -
HSV(B) 138.95º 0.45% 0.5% -
XYZ 11.88 17.19 11.92 -
YUV 105.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 70 127 88 0.45 0 0.31 0.50 138.95 0.29 0.39
Hex 46 7F 58 2D 0 1F 32 8B 1D 27
Octal 106 177 130 55 0 37 62 213 35 47
Binary 1000110 1111111 1011000 101101 0 11111 110010 10001011 11101 100111

Color Harmonies of #467F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F58

Black with #467F58

Text Example


Text Example

White with #467F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,127,88); }

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

background-color css

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

 a { background-color: rgb(70,127,88); }

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

border-color css

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

 span { border-color: rgb(70,127,88); }

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