Html Css Color HEX #467F5F Como

📋 copy color: '#467F5F'

red 70 ◦ green 127 ◦ blue 95

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

Shades of Como #467F5F

Tints of Como #467F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 23.97%
G = 43.49%
B = 32.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#467F5F (or 0x467F5F) is known color: Como. HEX triplet: 46, 7F and 5F. RGB value is (70,127,95). Sum of RGB (Red+Green+Blue) = 70+127+95=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #467F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F5F is #B980A0. Grayscale: #6A6A6A. Windows color (decimal): -12157089 or 6258502. OLE color: 6258502.

HSL color Cylindrical-coordinate representation of color #467F5F: hue angle of 146.32º 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 #467F5F is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 95 -
CMYK 0.45 0 0.25 0.50
HSL 146.32º 0.29% 0.39% -
HSV(B) 146.32º 0.45% 0.5% -
XYZ 12.18 17.31 13.53 -
YUV 106.31 121.62 102.1 -
System Red Green Blue C M Y K H S L
Decimal 70 127 95 0.45 0 0.25 0.50 146.32 0.29 0.39
Hex 46 7F 5F 2D 0 19 32 92 1D 27
Octal 106 177 137 55 0 31 62 222 35 47
Binary 1000110 1111111 1011111 101101 0 11001 110010 10010010 11101 100111

Color Harmonies of #467F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F5F

Black with #467F5F

Text Example


Text Example

White with #467F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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