Html Css Color HEX #467F5E Como

📋 copy color: '#467F5E'

red 70 ◦ green 127 ◦ blue 94

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

Shades of Como #467F5E

Tints of Como #467F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 24.05%
G = 43.64%
B = 32.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#467F5E (or 0x467F5E) is known color: Como. HEX triplet: 46, 7F and 5E. RGB value is (70,127,94). Sum of RGB (Red+Green+Blue) = 70+127+94=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #467F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F5E is #B980A1. Grayscale: #6A6A6A. Windows color (decimal): -12157090 or 6192966. OLE color: 6192966.

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

Color convert

RGB 70 127 94 -
CMYK 0.45 0 0.26 0.50
HSL 145.26º 0.29% 0.39% -
HSV(B) 145.26º 0.45% 0.5% -
XYZ 12.14 17.29 13.29 -
YUV 106.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 70 127 94 0.45 0 0.26 0.50 145.26 0.29 0.39
Hex 46 7F 5E 2D 0 1A 32 91 1D 27
Octal 106 177 136 55 0 32 62 221 35 47
Binary 1000110 1111111 1011110 101101 0 11010 110010 10010001 11101 100111

Color Harmonies of #467F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F5E

Black with #467F5E

Text Example


Text Example

White with #467F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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